Skip to content

Commit

Permalink
Regenerate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Dec 23, 2024
1 parent 3b30d4e commit 19940d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/src/tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ 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.
It has two sections: a list of tabs, and the view to show when a tab is chosen.

`Tabs` itself is a wrapper component and context provider.
It is responsible for managing the state of the tabs, and rendering the `TabList` and `TabPanels`.
It is responsible for managing the state of the tabs, and rendering one instance of the `Tabs.TabList` component and one or more instances of the `Tab.TabPanel` component.

## Props

Expand All @@ -24,7 +24,7 @@ tablist widget that has DOM focus.
will be able to navigate out of it using arrow keys.
- If `activeTabId` is initially set to `null`, the base composite element
itself will have focus and users will be able to navigate to it using
arrow keys.activeTabId
arrow keys.

- Type: `string`
- Required: No
Expand Down

0 comments on commit 19940d1

Please sign in to comment.