用户从给定范围内选择值的输入。
npx shadcn@latest add slider
import { Slider } from "@/components/ui/slider"
<Slider defaultValue={[33]} max={100} step={1} />
本页内容