Skip to content

Commit

Permalink
Update new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Dec 10, 2024
1 parent f765407 commit 8357e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions docs/data/api/slider-output.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Import the component and place its parts the following way:
import { Slider } from '@base-ui-components/react/slider';

<Slider.Root>
<Slider.Output />
<Slider.Value />
<Slider.Control>
<Slider.Track>
<Slider.Indicator />
Expand All @@ -26,4 +26,4 @@ import { Slider } from '@base-ui-components/react/slider';
</Slider.Root>;
```

<Reference component="Slider" parts="Root, Output, Control, Track, Indicator, Thumb" />
<Reference component="Slider" parts="Root, Value, Control, Track, Indicator, Thumb" />

0 comments on commit 8357e0c

Please sign in to comment.