import type { Meta, StoryObj } from 'storybook-react-rsbuild'; import { Slider } from '../components/ui'; const meta = { title: 'Inputs/Slider', component: Slider, parameters: { docs: { description: { component: 'Radix Slider in the carved-track skin. All Radix Slider props pass through (`defaultValue`, `min`, `max`, `step`, `onValueChange`).', }, }, }, decorators: [(Story) =>