Skip to content

CrossOps-Enterprise/react-tabnavigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

React Tab Navigation

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

About

πŸš€ A simple navigation component for React

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages