0.18.0 • Published 2 years ago

@reach/tabs v0.18.0

Weekly downloads
133,458
License
MIT
Repository
github
Last release
2 years ago

@reach/tabs

Stable release MIT license

Docs | Source | WAI-ARIA

An accessible tabs component.

The Tab and TabPanel elements are associated by their order in the tree. None of the components are empty wrappers, each is associated with a real DOM element in the document, giving you maximum control over styling and composition.

You can render any other elements you want inside of Tabs, but TabList should only render Tab elements, and TabPanels should only render TabPanel elements.

import { Tabs, TabList, Tab, TabPanels, TabPanel } from "@reach/tabs";
import "@reach/tabs/styles.css";

function Example() {
	return (
		<Tabs>
			<TabList>
				<Tab>One</Tab>
				<Tab>Two</Tab>
				<Tab>Three</Tab>
			</TabList>

			<TabPanels>
				<TabPanel>
					<p>one!</p>
				</TabPanel>
				<TabPanel>
					<p>two!</p>
				</TabPanel>
				<TabPanel>
					<p>three!</p>
				</TabPanel>
			</TabPanels>
		</Tabs>
	);
}
@codecademy/gamutgutenberg-block-components@asuite/seed-navigation@infinitebrahmanuniverse/nolb-_reach@everything-registry/sub-chunk-763izanagiizanagi-testjobiqo-cl@buzzcms/components@builtbypixel/plasma@clearkit/react@convertkit/design@colisweb/reason-toolkit@drivy/cobalt@devtools-ds/navigation@dewcms/block-editor@e-win/react-component@entur/tab@eyeem-ui/organisms@getsynapse/design-system@hashicorp/react-pricing-feature-tabs@hashicorp/react-pricing-features@hygraph/baukasten@joehua/dew-components@joshwcomeau/playgroundzzzz_playgatsby-interfacegatsby-theme-netlify-identityfigma-styled-componentsnew-reach-uiminerva-uipouncejspixorereact-flatifycsssecretmapper-playgroundrow-picker-reactreact-uireact-volume-viewerreach-ui-forktreighton-npmtesttd-stylekitzz9988@agney/playground@allthecode/playground@alliance-software/djrad-devtools@kentcdodds/react-workshop-app@kaizen/components@kaizen/tabs@manuscripts/style-guide@manuscripts/manuscript-article-editor@manuscripts/article-editor@iampava-devtools-ds/navigation@rtcamp/gb-components@sakshamkathuria/playground@seamonster-studios/bs-reach@novvum/gatsby-theme-auth@pantheon-systems/design-toolkit-react@penrose/browser-ui@ntragas/pouncejstest@onrecess/playground@openhacking/playground@play4them/design-system@play4them/fresco@nathan22x3/playground@mikecodeur/react-course-app@morqua-design/figma-styled-components@nearst/ui@solo.io/graphql-schema-viewer@skillrecordings/player@tiller-ds/core@tiller-ds/data-display@tiller-ds/date@tiller-ds/form-elements@tiller-ds/form-elements-advanced@tiller-ds/patterns@tiller-ds/selectors@tiller-ds/formik-elements@tiller-ds/menu@tiller-ds/upload@ticketswap/solarblocks-uiblocks-ui-looker-forkagney-alex-code-playgroundbuzzcms-rich-textbs-reach@theme-components/reach-tabs@theme-components/tabs@theme-stack/tabs@zalastax/nolb-_reach@types/reach__tabs@xstate/vizcarl-uicaspar-graphicsclearkit
0.18.0-pre.0

2 years ago

0.18.0-pre.5

2 years ago

0.18.0-pre.4

2 years ago

0.18.0-pre.3

2 years ago

0.18.0-pre.2

2 years ago

0.18.0-pre.1

2 years ago

0.18.0

2 years ago

0.17.0

2 years ago

0.16.4

2 years ago

0.16.0

3 years ago

0.16.1

3 years ago

0.15.3

3 years ago

0.15.2

3 years ago

0.15.0

3 years ago

0.14.0

3 years ago

0.13.1

3 years ago

0.13.2

3 years ago

0.13.0

3 years ago

0.12.1

3 years ago

0.12.0

3 years ago

0.11.2

4 years ago

0.11.1

4 years ago

0.11.0

4 years ago

0.10.5

4 years ago

0.10.4

4 years ago

0.10.3

4 years ago

0.10.2

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.8.6

4 years ago

0.8.5

4 years ago

0.8.4

4 years ago

0.8.3

4 years ago

0.8.2

4 years ago

0.8.0

4 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.4

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.4.0-beta.0

5 years ago

0.3.0

5 years ago

0.3.0-alpha.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago