blaze-0.0.1: Blaze-html-based HTML5 library

Safe HaskellNone

Blaze.Bootstrap

Contents

Description

Bootstrap layout elements. See http://getbootstrap.com/2.3.2/scaffolding.html for more information.

Synopsis

Containers

container :: Html -> HtmlSource

A grid container.

containerFluid :: Html -> HtmlSource

A fluid grid container.

Rows

row :: Html -> HtmlSource

A grid row.

rowFluid :: Html -> HtmlSource

A fluid grid row.

Spans

span1 :: Html -> HtmlSource

A span of 1 columns.

span2 :: Html -> HtmlSource

A span of 2 columns.

span3 :: Html -> HtmlSource

A span of 3 columns.

span4 :: Html -> HtmlSource

A span of 4 columns.

span5 :: Html -> HtmlSource

A span of 5 columns.

span6 :: Html -> HtmlSource

A span of 6 columns.

span7 :: Html -> HtmlSource

A span of 7 columns.

span8 :: Html -> HtmlSource

A span of 8 columns.

span9 :: Html -> HtmlSource

A span of 9 columns.

span10 :: Html -> HtmlSource

A span of 10 columns.

span11 :: Html -> HtmlSource

A span of 11 columns.

span12 :: Html -> HtmlSource

A span of 12 columns.