1.0.0 • Published 3 years ago

@socialwell-design/tabs v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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'
    }
  ]}
 />