mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs(progress/slider): improve orientation section
This commit is contained in:
@@ -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'
|
||||
---
|
||||
::
|
||||
|
||||
|
||||
@@ -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'
|
||||
---
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user