Tab (React)
Tabs are used to switch between particular sets of content or functionality.
Installation
$ npm install @vygruppen/spor-tab-react
Usage
import {
Tabs,
TabList,
TabPanels,
Tab,
TabPanel,
} from "@vygruppen/spor-tab-react";
Please refer to the documentation for further usage examples.
Development
Please refer to the root readme for development notes.