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