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

0.14.0 • Public • Published

id: tabs title: Tabs

Tabs UI Component

Installation

npm i @synerise/ds-tabs
or
yarn add @synerise/ds-tabs

Usage

import Tabs from '@synerise/ds-tabs'

<Tabs tabs={[{label: 'Tab 1'}, {label: 'Tab 2}]]} activeTab={0} handleTabClick={() => {}} />

Demo

<iframe src="/storybook-static/iframe.html?id=components-tabs--default"></iframe>

API

Tabs

Property Description Type Default
activeTab Active tab index number -
configuration Shows additional position in tabs dropdown Configuration -
handleTabClick Callback fired when user clicks on the tab (index: number) => void -
tabs Array of tabs Tab[] []
underscore Underscore active item boolean true

Tab

Property Description Type Default
disabled Flag of disabled tabs boolean false
icon tab icon Icon -
label Label of tab string -
underscore Underscore active item boolean true

Configuration

Property Description Type Default
action Callback fired when user clicks on the configuration button Icon -
disabled Flag of disabled configuration button boolean -
label Label of configuration button string -

Readme

Keywords

none

Package Sidebar

Install

npm i @synerise/ds-tabs

Weekly Downloads

106

Version

0.14.0

License

ISC

Unpacked Size

103 kB

Total Files

19

Last publish

Collaborators

  • synerise