diff --git a/docs/src/pages/components/Tabs.svx b/docs/src/pages/components/Tabs.svx index 8ee54f13..e89b5e44 100644 --- a/docs/src/pages/components/Tabs.svx +++ b/docs/src/pages/components/Tabs.svx @@ -20,6 +20,23 @@ components: ["Tabs", "Tab", "TabContent", "TabsSkeleton"] +### Auto width + +By default, the width of each tab is set to `10rem`. + +Set `autoWidth` to `true` for tabs to have an automatically set width. + + + + + +
+ Content 1 + Content 2 + Content 3 +
+
+ ### Reactive example