Module

HeroUI.Radio

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

#RadioGroupProps Source

type RadioGroupProps :: Row Type -> Row Typetype RadioGroupProps r = (className :: String, classNames :: Foreign, color :: Color, defaultValue :: Foreign, description :: JSX, disableAnimation :: Boolean, errorMessage :: JSX, isDisabled :: Boolean, isInvalid :: Boolean, isReadOnly :: Boolean, isRequired :: Boolean, label :: JSX, name :: String, onChange :: EffectFn1 Foreign Unit, onValueChange :: EffectFn1 String Unit, orientation :: Orientation, size :: Size, validate :: Foreign, validationBehavior :: ValidationBehavior, value :: Foreign | r)

#radioGroup Source

radioGroup :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (RadioGroupProps ())) => Record givenProps -> kids -> JSX

#RadioProps Source

type RadioProps :: Row Type -> Row Typetype RadioProps r = (className :: String, classNames :: Foreign, color :: Color, description :: JSX, disableAnimation :: Boolean, isDisabled :: Boolean, isInvalid :: Boolean, isReadOnly :: Boolean, isRequired :: Boolean, label :: JSX, size :: Size, value :: String | r)

#radio Source

radio :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (RadioProps ())) => Record givenProps -> kids -> JSX