Module

HeroUI.InputOTP

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

#textAlignToString Source

#InputOtpProps Source

type InputOtpProps :: Row Type -> Row Typetype InputOtpProps r = (allowedKeys :: String, autoFocus :: Boolean, baseRef :: Foreign, className :: String, classNames :: Foreign, color :: Color, defaultValue :: String, description :: JSX, disableAnimation :: Boolean, errorMessage :: JSX, fullWidth :: Boolean, isDisabled :: Boolean, isInvalid :: Boolean, isReadOnly :: Boolean, isRequired :: Boolean, length :: Int, onChange :: EffectFn1 Foreign Unit, onComplete :: EffectFn1 String Unit, onValueChange :: EffectFn1 String Unit, radius :: Radius, size :: Size, textAlign :: TextAlign, value :: String, variant :: Variant | r)

#inputOtp Source

inputOtp :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (InputOtpProps ())) => Record givenProps -> kids -> JSX