1.2.6 • Published 6 years ago

react-flex-tabs v1.2.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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
1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago