| Copyright | (c) digitally induced GmbH 2020 |
|---|---|
| Safe Haskell | None |
| Language | GHC2021 |
IHP.View.CSSFramework.Unstyled
Contents
Description
Documentation
styledFlashMessageDefault :: CSSFramework -> FlashMessage -> Html Source #
styledFlashMessagesDefault :: CSSFramework -> [FlashMessage] -> Html Source #
styledFormFieldDefault :: CSSFramework -> FormField -> Html Source #
styledFormGroupDefault :: CSSFramework -> Text -> Html -> Html Source #
styledCheckboxFormFieldDefault :: CSSFramework -> FormField -> Html -> Html Source #
styledTextFormFieldDefault :: CSSFramework -> Text -> FormField -> Html -> Html Source #
styledSelectFormFieldDefault :: CSSFramework -> FormField -> Html -> Html Source #
styledRadioFormFieldDefault :: CSSFramework -> FormField -> Html -> Html Source #
styledTextareaFormFieldDefault :: CSSFramework -> FormField -> Html -> Html Source #
styledInputClassDefault :: CSSFramework -> FormField -> Text Source #
styledPaginationPageLinkDefault :: CSSFramework -> Pagination -> ByteString -> Int -> Html Source #
styledPaginationItemsPerPageSelectorDefault :: CSSFramework -> Pagination -> (Int -> ByteString) -> Html Source #
styledBreadcrumbDefault :: CSSFramework -> [BreadcrumbItem] -> BreadcrumbsView -> Html Source #
styledBreadcrumbItemDefault :: CSSFramework -> [BreadcrumbItem] -> BreadcrumbItem -> Bool -> Html Source #
Orphan instances
| Default CSSFramework Source # | Provides an unstyled CSSFramework This way we can later add more properties to the CSSFramework without having to update all the CSS Frameworks manually |
Methods def :: CSSFramework Source # | |