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

Safe HaskellNone
LanguageHaskell98

Text.Digestive.Blaze.Html5

Documentation

inputTextArea Source

Arguments

:: Maybe Int

Rows

-> Maybe Int

Columns

-> Text

Form path

-> View Html

View

-> Html

Resulting HTML

inputRadio Source

Arguments

:: Bool

Add br tags?

-> Text

Form path

-> View Html

View

-> Html

Resulting HTML

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