Skip to content

Commit

Permalink
Update tabs.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
shelbyj1 authored Nov 9, 2023
1 parent 07a1134 commit b19c889
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/components/tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ import { Tabs, TabList, Tab, TabPanels, TabPanel } from '@wwnds/react';
src={useBaseUrl('website/static/img/[email protected]')}
/>

1. **Tab list** – A horizontal arrangement of clickable elements that serve as a navigation interface.
1. **Tab Container** – An outline, background, or padding that sets the tab apart from adjacent tabs.
1. **Label** – a short title that lets the user know what content is contained in the tab.
1. **Selected Marker**- A visual indication of the selected open tab.
1. **Tab Panel** – The divider from the tab list to the tab content.
1. **Tab list** – A horizontal arrangement of selectable tab elements that serve as a navigation interface.
1. **Tab Container** – An outline, background color, or extra space that sets the tab apart from adjacent tabs.
1. **Label** – a short title that lets the user know what content is contained in the tab.
1. **Selected Tab Marker**- A visual indication of the selected open tab.
1. **Tab Panel** – The divider seperating the tab list from the tab content.

## Usage

Expand Down

0 comments on commit b19c889

Please sign in to comment.