Skip to content

Commit

Permalink
mark as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Oct 6, 2023
1 parent 4025488 commit 8367af6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/components/src/tabs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Tabs

<div class="callout callout-alert">
This feature is still experimental. “Experimental” means this is an early implementation subject to drastic and breaking changes.
</div>

Tabs is a collection of React components that combine to render an [ARIA-compliant tabs pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/).

Tabs organizes content across different screens, data sets, and interactions. It has two sections: a list of tabs, and the view to show when tabs are chosen.
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/tabs/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import DropdownMenu from '../../dropdown-menu';
import Button from '../../button';

const meta: Meta< typeof Tabs > = {
title: 'Components/Tabs',
title: 'Components (Experimental)/Tabs',
component: Tabs,
parameters: {
actions: { argTypesRegex: '^on.*' },
Expand Down

0 comments on commit 8367af6

Please sign in to comment.