@propellerads/tabs
v1.4.0
Published
`Tabs` - is core component of UI-system.
Downloads
1,300
Keywords
Readme
Tabs
Tabs
- is core component of UI-system.
Installation
yarn add @propellerads/tabs
ornpm 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"
}
]}
/>