React tab selector component
npm install react-tab-selector1. Run npm run build.
2. Verify files have changed with git status.
3. Run npm publish.
1. Inside your project, run npm install --save react-tab-selector.
2. Use the component:
``jsx
import { TabSelector } from 'react-tab-selector';
const MyComponent = () => {
return
Here's what this example would look like: