@socialwell-design/tabs
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @socialwell-design/tabs

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

11 kB

Total Files

14

Last publish

Collaborators

  • socialwell