1.0.0 • Published 3 years ago
@socialwell-design/tabs v1.0.0
This is a socialwell web design system
Installation
yarn add @socialwell-design/tabs
or
npm i @socialwell-design/tabs
How to use
import { Tabs } from "@socialwell-design/tabs";
<Tabs
data={[
{
isActive: true,
name: 'filter'
},
{
isActive: false,
name: 'book'
},
{
isActive: false,
name: 'article'
}
]}
/>
1.0.0
3 years ago