1.4.0 • Published 2 years ago

@propellerads/tabs v1.4.0

Weekly downloads
378
License
MIT
Repository
github
Last release
2 years ago

Tabs

Tabs - is core component of UI-system.

size npm.io

NPM | Github

Installation

  • yarn add @propellerads/tabs or npm install @propellerads/tabs -S

How to use

  • import Tabs from '@propellerads/tabs';
  • And render
<Tabs 
    tabs={[
           {
             "id": withdraw,
             "label": "Withdraw"
           },
           {
             "id": 'bolling-settings',
             "label": "Billing settings"
           },
           {
             "id": 'payouts'
             "label": "Payouts"
           }
         ]}
/>
1.4.0

2 years ago

1.3.0

2 years ago

1.2.2

3 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.2.1

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago