You can install the package using yarn or npm
npm install react-tabnavigation
yarn add react-tabnavigation
import React from 'react'
import TabNav from 'react-tabnavigation'
<TabNav data={
[{
tabName: 'Dummy',
// true for the initial element to show else false for all
isActive: true | false
Component: Dummy,
componentProps: {
prop1: 'dummy prop 1',
prop2: 'dummy props 2',
}
}]
}>
- React - Frontend Library
- Babel - Use next generation JavaScript, today.
- Webpack - Javascript Bundler
- @umairx97 - Idea & Initial work
- Add Tests
- Fix intellisense for props
- Less dependencies