| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Text.Digestive.Lucid.Html5
Documentation
ifSingleton :: Bool -> a -> [a] Source
inputPassword :: Text -> View v -> Html () Source
inputHidden :: Text -> View v -> Html () Source
inputSelect :: Text -> View (Html ()) -> Html () Source
Arguments
| :: Bool | Add |
| -> Text | Form path |
| -> View (Html ()) | View |
| -> Html () | Resulting HTML |
inputCheckbox :: Text -> View (Html ()) -> Html () Source
inputSubmit :: Text -> Html () Source
childErrorList :: Text -> View (Html ()) -> Html () Source