This package has been deprecated

Author message:

Very quickly I found that there are many ways to do tabs and that in very few of them it's smart to combine both the tab selection and the content of the tabs into one component. Instead have a common component to render the tab buttons but the content should be more flexible. See https://github.com/snowcoders/react-ui-base.

@snowcoders/react-tabs
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

npm (scoped) CircleCI branch

Use it

npm install --save @snowcoders/react-tabs save-prefix ~

Parent Library

This component is part of a larger components library, react-ui-base. The goal is to keep all the core logic and base css styles in a single location, that way building out new UI component libraries cheaper and faster (and less buggy).

We highly recommend visiting the react-ui-base repository to understand how to customize the css along with see examples.

You can also view all the components on our demo site https://snowcoders.github.io/react-ui-base/

This component

This component has a single content view which can display different content at any time by selecting elements in a list above the view.

Readme

Keywords

none

Package Sidebar

Install

npm i @snowcoders/react-tabs

Weekly Downloads

9

Version

0.1.3

License

MIT

Last publish

Collaborators

  • k2snowman69
  • rickyp-snowcoders