2.0.10 • Published 4 years ago

react-tabnavigation v2.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Status GitHub issues open GitHub Pull Requests License

📝 Table of Contents

🚀 Installation

You can install the package using yarn or npm

npm

npm install react-tabnavigation

yarn

yarn add react-tabnavigation

💡 Usage

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',
    }
  }]
}>

⛏️ Built Using

  • React - Frontend Library
  • Babel - Use next generation JavaScript, today.
  • Webpack - Javascript Bundler

✍️ Authors

🤖 Todo

  • Add Tests
  • Fix intellisense for props
  • Less dependencies
2.0.9

4 years ago

2.0.10

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago