Module
Pux.Form
- Package
- purescript-pux-form
- Repository
- b123400/purescript-pux-form
#fieldWithLabel Source
fieldWithLabel :: forall a e s. Render a => Lens' s a -> HTML e -> Fields s e
Create a field with a lens and a HTML element. The element will be added in front of the <input> element, inside the <label> tag.
#fieldWithText Source
fieldWithText :: forall a e s. Render a => Lens' s a -> String -> Fields s e
Create a field with a lens and a String that is used as the label.
Re-exports from Pux.Form.Render
- Modules
- Pux.
Form - Pux.
Form. Render