docs(progress/slider): improve orientation section

This commit is contained in:
Benjamin Canac
2024-08-06 10:45:45 +02:00
parent 34ba466c15
commit 24f24e9d8e
2 changed files with 6 additions and 2 deletions

View File

@@ -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'
---
::

View File

@@ -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'
---
::