On This Page
An input where the user selects a value from within a given range.
npx shadcn-vue@latest add slider
<script setup lang="ts"> import { Slider } from '@/components/ui/slider' </script> <template> <Slider :default-value="[33]" :max="100" :step="1" /> </template>
How many minutes are you available?30 min