Module
Pux.Form.Render
- Package
- purescript-pux-form
- Repository
- b123400/purescript-pux-form
#MultipleChoice Source
class (Eq a, Show a) <= MultipleChoice a whereMembers
Instances
(MultipleChoice a) => MultipleChoice (WithNothing a)
#asDropdown Source
asDropdown :: forall a. MultipleChoice a => Lens' a (Dropdown a)#WithNothing Source
newtype WithNothing aInstances
Newtype (WithNothing a) _(Eq a) => Eq (WithNothing a)(MultipleChoice a) => MultipleChoice (WithNothing a)(Show a) => Show (WithNothing a)
#withNothing Source
withNothing :: forall a. Lens' (Maybe a) (WithNothing a)#asConstButton Source
asConstButton :: forall a. a -> String -> Lens' a (ConstButton a)- Modules
- Pux.
Form - Pux.
Form. Render