0.0.17 • Published 2 months ago

@ciceksepeti/cui-tabs v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@ciceksepeti/cui-tabs

npm version storybook PRs Welcome license

The Tabs component consists of clickable tabs, that are aligned side by side. Tabs make it easy to explore and switch between different views. Tabs organize and allow navigation between groups of content that are related and at the same level of hierarchy.

Installing

Using Npm:

$ npm install @ciceksepeti/cui-tabs

Using Yarn:

$ yarn add @ciceksepeti/cui-tabs

Example

import {
  Tab,
  Tabs,
  TabList,
  TabPanel,
  TabPanelList
} from '@ciceksepeti/cui-tabs';

function Demo() {
  return (
    <Tabs>
      <TabList>
        <Tab>Tab1</Tab>
        <Tab disabled>Tab2</Tab>
        <Tab disabled>Tab3</Tab>
        <Tab>Tab4</Tab>
        <Tab disabled>Tab5</Tab>
      </TabList>
      <TabPanelList>
        <TabPanel>Panel1</TabPanel>
        <TabPanel>Panel2</TabPanel>
        <TabPanel>Panel3</TabPanel>
        <TabPanel>Panel4</TabPanel>
        <TabPanel>Panel5</TabPanel>
      </TabPanelList>
    </Tabs>
  );
}
0.0.17

2 months ago

0.0.16

3 months ago

0.0.15

3 months ago

0.0.13

4 months ago

0.0.14

4 months ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago