Socket
Socket
Sign inDemoInstall

react-tabnavigation

Package Overview
Dependencies
11
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-tabnavigation

React Tab Navigation


Version published
Weekly downloads
13
increased by333.33%
Maintainers
1
Install size
3.54 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 10 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc