react-flex-tabs

1.2.6 • Public • Published

react flex tabs

Description

An npm package to fast create adaptive tabs navigation. If tabs elements overflow width of screen, they are collapsed to 'More' dropdown button.

Install

$ npm install react-flex-tabs --save

Live example

http://kinosura.kiev.ua/example/

How to use

Here is a sample integration:

<ReactFlexTabs tabsArray={[
    {
        name: "tab1",
        id: 1
    },
    {
        name: "tab2",
        id: 2
    }
]} >

Development

  • Run development server npm run start
  • Run 'npm run prepublish' before final push

Readme

Keywords

Package Sidebar

Install

npm i react-flex-tabs

Weekly Downloads

1

Version

1.2.6

License

MIT

Unpacked Size

20.2 kB

Total Files

14

Last publish

Collaborators

  • kinosura