1.0.3 • Published 2 years ago

reactjs-tabs v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.0

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago