Module

HeroUI.Form

Package
purescript-yoga-heroui
Repository
rowtype-yoga/purescript-yoga-heroui

#FormProps Source

type FormProps :: Row Type -> Row Typetype FormProps r = (action :: Foreign, autoCapitalize :: String, autoComplete :: String, className :: String, encType :: String, method :: String, onReset :: EventHandler, onSubmit :: EventHandler, style :: CSS, target :: String, validationBehavior :: ValidationBehavior, validationErrors :: Foreign | r)

#form Source

form :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (FormProps ())) => Record givenProps -> kids -> JSX