digestive-functors-blaze-0.3.0.1: Blaze frontend for the digestive-functors library

Safe HaskellSafe-Infered

Text.Digestive.Blaze.Html5

Documentation

inputTextAreaSource

Arguments

:: Maybe Int

Rows

-> Maybe Int

Columns

-> Text

Form path

-> View Html

View

-> Html

Resulting HTML

inputRadioSource

Arguments

:: Bool

Add br tags?

-> Text

Form path

-> View Html

View

-> Html

Resulting HTML

label :: Text -> View v -> Html -> HtmlSource