Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Dec 12, 2024
1 parent 9f7d072 commit a452999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/generated/slider-value.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SliderValue",
"description": "",
"description": "Displays the current value of the slider as text.\nRenders an `<output>` element.",
"props": {
"className": {
"type": "string | (state) => string",
Expand Down
2 changes: 2 additions & 0 deletions packages/react/src/slider/value/SliderValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { sliderStyleHookMapping } from '../root/styleHooks';
import type { SliderRoot } from '../root/SliderRoot';
import { useSliderValue } from './useSliderValue';
/**
* Displays the current value of the slider as text.
* Renders an `<output>` element.
*
* Documentation: [Base UI Slider](https://base-ui.com/react/components/slider)
*/
Expand Down

0 comments on commit a452999

Please sign in to comment.