diff --git a/docs/content/3.components/progress.md b/docs/content/3.components/progress.md index d3d1453c..aa0d3ae8 100644 --- a/docs/content/3.components/progress.md +++ b/docs/content/3.components/progress.md @@ -100,9 +100,12 @@ Use the `orientation` prop to change the orientation of the Progress. Defaults t ::component-code --- +ignore: + - class +class: 'justify-center' props: orientation: vertical - class: 'h-48 mx-auto' + class: 'h-48' --- :: diff --git a/docs/content/3.components/slider.md b/docs/content/3.components/slider.md index bb119ae9..eae84a79 100644 --- a/docs/content/3.components/slider.md +++ b/docs/content/3.components/slider.md @@ -100,10 +100,11 @@ Use the `orientation` prop to change the orientation of the Slider. Defaults to ignore: - defaultValue - class +class: 'justify-center' props: orientation: vertical defaultValue: 50 - class: 'h-48 mx-auto' + class: 'h-48' --- ::