From 24f24e9d8e0612d71eb9292bb47b25c578793f45 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 6 Aug 2024 10:45:45 +0200 Subject: [PATCH] docs(progress/slider): improve orientation section --- docs/content/3.components/progress.md | 5 ++++- docs/content/3.components/slider.md | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) 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' --- ::