digestive-functors-lucid-0.0.0.1: Lucid frontend for the digestive-functors library

Safe HaskellNone
LanguageHaskell98

Text.Digestive.Lucid.Html5

Documentation

inputText :: Text -> View v -> Html () Source

inputTextArea Source

Arguments

:: Maybe Int

Rows

-> Maybe Int

Columns

-> Text

Form path

-> View (Html ())

View

-> Html ()

Resulting HTML

inputPassword :: Text -> View v -> Html () Source

inputHidden :: Text -> View v -> Html () Source

inputSelect :: Text -> View (Html ()) -> Html () Source

inputRadio Source

Arguments

:: Bool

Add br tags?

-> Text

Form path

-> View (Html ())

View

-> Html ()

Resulting HTML

inputCheckbox :: Text -> View (Html ()) -> Html () Source

inputFile :: Text -> View (Html ()) -> Html () Source

inputSubmit :: Text -> Html () Source

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

form :: View (Html ()) -> Text -> Html () -> Html () Source

errorList :: Text -> View (Html ()) -> Html () Source

childErrorList :: Text -> View (Html ()) -> Html () Source