components/slider
@fungi.computer/caps / components/slider
components/slider
Section titled “components/slider”Type Aliases
Section titled “Type Aliases”SliderTone
Section titled “SliderTone”SliderTone =
"neutral"|"primary"|"secondary"|"accent"|"success"|"info"|"warning"|"error"
Supported SliderTone values.
SliderSize
Section titled “SliderSize”SliderSize =
"xs"|"sm"|"default"|"lg"
Supported SliderSize values.
SliderProps
Section titled “SliderProps”SliderProps =
object&Omit<InputHTMLAttributes<HTMLInputElement>>,"size"|"type">>
Props accepted by Slider.
Type Declaration
Section titled “Type Declaration”
optionalsize?:SliderSize
optionaltone?:SliderTone
Variables
Section titled “Variables”Slider
Section titled “Slider”
constSlider:ForwardRefExoticComponent<object&Omit<InputHTMLAttributes<HTMLInputElement>>,"type"|"size"> > &RefAttributes<HTMLInputElement>>>>
A native range input with product-neutral tone and size variants.