Skip to content

Amishakumari544/react-tabs-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Description

A tab component for react.πŸŽ‰ react-tabs

Installation

npm install react-tabs-ui

Usage

Import components:

import { Tabs, Tab } from 'react-tabs-ui';

Use within your jsx:

const App = () => (
  <div>
     <Tabs  borderColor="#E70074">
      <Tab title="first tab">holaa πŸ‘‹ this is a first tab</Tab>
      <Tab title="second tab" active="true">This is the second tab πŸ™‹β€β™€οΈ!!!</Tab>
      <Tab title="third tab">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 and bind bugs as I am new to npm package manager.πŸŽ‰

License

MIT

Releases

No releases published

Packages

No packages published