| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Web.Rep.Html.Input
Description
Common web page input elements, often with bootstrap scaffolding.
Documentation
something that might exist on a web page and be a front-end input to computations.
Constructors
| Input | |
Instances
| Generic (Input a) Source # | |
| Show a => Show (Input a) Source # | |
| Eq a => Eq (Input a) Source # | |
| ToHtml a => ToHtml (Input a) Source # | |
| type Rep (Input a) Source # | |
Defined in Web.Rep.Html.Input type Rep (Input a) = D1 ('MetaData "Input" "Web.Rep.Html.Input" "web-rep-0.10.2.0-B2YHxkxT2gHDHhcJpNYihj" 'False) (C1 ('MetaCons "Input" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inputVal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a) :*: S1 ('MetaSel ('Just "inputLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inputId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 InputType)))) | |
Various types of web page inputs, encapsulating practical bootstrap class functionality
Constructors