reflex-material-0.0.1.0

Safe HaskellNone
LanguageHaskell2010

Reflex.Material.FormField

Description

Documentation

mdFormField #

Arguments

:: MonadWidget t m 
=> Text

input id for label

-> Text

label text

-> m a

contents

-> m a 

mdFormFieldAlignEnd :: MonadWidget t m => Text -> Text -> m a -> m a #