1.4.3 • Published 10 months ago
@propellerads/tabs v1.4.3
Tabs
Tabs - is core component of UI-system.
Installation
yarn add @propellerads/tabsornpm 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"
}
]}
/>