From b19c889c7171c1112e964a8ded17568bdeef632d Mon Sep 17 00:00:00 2001 From: shelbyj1 <141954500+shelbyj1@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:29:49 -0500 Subject: [PATCH] Update tabs.mdx --- website/docs/components/tabs.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/components/tabs.mdx b/website/docs/components/tabs.mdx index 342de5c93..28bb8dee6 100644 --- a/website/docs/components/tabs.mdx +++ b/website/docs/components/tabs.mdx @@ -14,11 +14,11 @@ import { Tabs, TabList, Tab, TabPanels, TabPanel } from '@wwnds/react'; src={useBaseUrl('website/static/img/component_tabs-anatomy@2x.png')} /> -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