WikiMusic.SSR.View.Components.Forms
mkSortingForm :: Language -> SortOrder -> Text -> Text -> Html Source #
requiredTextInput :: Text -> Text -> Html Source #
formInput :: Text -> Text -> Bool -> AttributeValue -> Html Source #
optionalTextInput :: Text -> Text -> Html Source #
requiredEmailInput :: Text -> Text -> Html Source #
requiredPasswordInput :: Text -> Text -> Html Source #
submitButton :: Language -> Html Source #
postForm :: Text -> Html -> Html Source #
postForm' :: Text -> Text -> Html -> Html Source #
formArea :: Text -> Text -> Bool -> AttributeValue -> Html Source #
optionalTextArea :: Text -> Text -> Html Source #
requiredTextArea :: Text -> Text -> Html Source #