-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|