New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reactjs-tabs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactjs-tabs

A tab component for react.

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
45
12.5%
Maintainers
1
Weekly downloads
 
Created
Source

Description

A tab component for react.

Installation

npm install reactjs-tabs

Usage

Import components:

import { Tabs, Tab } from 'reactjs-tabs';

Use within your jsx:

const App = () => (
  <div>
    <Tabs backgroundColor="#ccc" borderColor="blue">
      <Tab title="first title">Helloooo This is the first Tab.</Tab>
      <Tab title="second title" active="true">This is the second tab!!!</Tab>
      <Tab title="third title">Also this is the third tab that going to be displayed! ha ha!!</Tab>
    </Tabs>
  </div>
);

Development

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Support

Any support is welcome. You can give the project a star, if you liked it ⭐

Contribute

Feel free to contribute.

License

MIT

Keywords

react

FAQs

Package last updated on 27 Dec 2021

Did you know?

Socket

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