Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@radix-ui/react-slider.ts>SliderProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface SliderProps
implements Omit<SliderHorizontalProps | SliderVerticalProps, keyof SliderOrientationPrivateProps | "defaultValue">
import { type SliderProps } from "https://deno.land/x/netzo@0.5.67/deps/@radix-ui/react-slider.ts";

Properties

optional
name: string
optional
disabled: boolean
optional
orientation: React.AriaAttributes["aria-orientation"]
optional
dir: Direction
optional
min: number
optional
max: number
optional
step: number
optional
minStepsBetweenThumbs: number
optional
value: number[]
optional
defaultValue: number[]
optional
inverted: boolean

Methods

optional
onValueChange(value: number[]): void
optional
onValueCommit(value: number[]): void