Module
HeroUI.DateInput
- Package
- purescript-yoga-heroui
- Repository
- rowtype-yoga/purescript-yoga-heroui
#Granularity Source
#DateInputProps Source
type DateInputProps :: Row Type -> Row Typetype DateInputProps r = (autoFocus :: Boolean, className :: String, classNames :: Foreign, color :: Color, defaultValue :: Foreign, description :: JSX, disableAnimation :: Boolean, errorMessage :: JSX, hideTimeZone :: Boolean, isDisabled :: Boolean, isInvalid :: Boolean, isReadOnly :: Boolean, isRequired :: Boolean, label :: JSX, labelPlacement :: LabelPlacement, locale :: String, maxValue :: Foreign, minValue :: Foreign, onBlur :: EventHandler, onChange :: EffectFn1 Foreign Unit, onFocus :: EventHandler, onFocusChange :: EffectFn1 Boolean Unit, onKeyDown :: EventHandler, onKeyUp :: EventHandler, placeholderValue :: Foreign, radius :: Radius, size :: Size, validate :: Foreign, validationBehavior :: ValidationBehavior, value :: Foreign, variant :: Variant | r)
#dateInput Source
dateInput :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (DateInputProps ())) => Record givenProps -> kids -> JSX#TimeInputProps Source
type TimeInputProps :: Row Type -> Row Typetype TimeInputProps r = (autoFocus :: Boolean, className :: String, classNames :: Foreign, color :: Color, defaultValue :: Foreign, description :: JSX, disableAnimation :: Boolean, errorMessage :: JSX, granularity :: Granularity, hideTimeZone :: Boolean, hourCycle :: Int, isDisabled :: Boolean, isInvalid :: Boolean, isReadOnly :: Boolean, isRequired :: Boolean, label :: JSX, labelPlacement :: LabelPlacement, maxValue :: Foreign, minValue :: Foreign, name :: String, onBlur :: EventHandler, onChange :: EffectFn1 Foreign Unit, onFocus :: EventHandler, onFocusChange :: EffectFn1 Boolean Unit, onKeyDown :: EventHandler, onKeyUp :: EventHandler, placeholderValue :: Foreign, radius :: Radius, shouldForceLeadingZeros :: Boolean, size :: Size, validate :: Foreign, validationBehavior :: ValidationBehavior, value :: Foreign, variant :: Variant | r)
- Modules
- HeroUI
- HeroUI.
Accordion - HeroUI.
Alert - HeroUI.
Autocomplete - HeroUI.
Avatar - HeroUI.
Badge - HeroUI.
Breadcrumbs - HeroUI.
Button - HeroUI.
Calendar - HeroUI.
Card - HeroUI.
Checkbox - HeroUI.
Chip - HeroUI.
Code - HeroUI.
DateInput - HeroUI.
DatePicker - HeroUI.
Divider - HeroUI.
Drawer - HeroUI.
Dropdown - HeroUI.
Form - HeroUI.
Image - HeroUI.
Input - HeroUI.
InputOTP - HeroUI.
Internal - HeroUI.
Kbd - HeroUI.
Link - HeroUI.
Listbox - HeroUI.
Modal - HeroUI.
Navbar - HeroUI.
NumberInput - HeroUI.
Pagination - HeroUI.
Popover - HeroUI.
Progress - HeroUI.
Provider - HeroUI.
Radio - HeroUI.
Raw - HeroUI.
Ripple - HeroUI.
ScrollShadow - HeroUI.
Select - HeroUI.
Skeleton - HeroUI.
Slider - HeroUI.
Snippet - HeroUI.
Spacer - HeroUI.
Spinner - HeroUI.
Switch - HeroUI.
Table - HeroUI.
Tabs - HeroUI.
Toast - HeroUI.
Tooltip - HeroUI.
Types - HeroUI.
User