범위 내 숫자 값을 드래그로 조절하는 슬라이더입니다.
<div className="flex items-center justify-between">
<Label htmlFor="volume">알림 볼륨</Label>
<span className="text-sm text-muted-foreground">70%</span>
</div>
<Slider id="volume" defaultValue={[70]} max={100} step={1} />