--- components: ["Tabs", "Tab", "TabContent", "TabsSkeleton"] --- ## Default Content 1 Content 2 Content 3 ## 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 ## Disabled tabs Setting `disabled` to `true` on the `Tab` component will prevent it from being clickable. Using keyboard navigation (left and right arrow keys) will skip to the next non-disabled tab. Content 1 Content 2 Content 3 Content 4 ## Contained Content 1 Content 2 Content 3 ## Skeleton (default) ## Skeleton (contained)