Module
HeroUI.Slider
- Package
- purescript-yoga-heroui
- Repository
- rowtype-yoga/purescript-yoga-heroui
#SliderProps Source
type SliderProps :: Row Type -> Row Typetype SliderProps r = (className :: String, classNames :: Foreign, color :: Color, defaultValue :: Foreign, disableAnimation :: Boolean, disableThumbScale :: Boolean, endContent :: JSX, fillOffset :: Number, formatOptions :: Foreign, getTooltipValue :: Foreign, getValue :: Foreign, hideThumb :: Boolean, hideValue :: Boolean, isDisabled :: Boolean, label :: JSX, marks :: Foreign, maxValue :: Number, minValue :: Number, name :: String, onChange :: EffectFn1 Foreign Unit, onChangeEnd :: EffectFn1 Foreign Unit, orientation :: Orientation, radius :: Radius, renderLabel :: Foreign, renderThumb :: Foreign, renderValue :: Foreign, showOutline :: Boolean, showSteps :: Boolean, showTooltip :: Boolean, size :: Size, startContent :: JSX, step :: Number, tooltipProps :: Foreign, tooltipValueFormatOptions :: Foreign, value :: Foreign | 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