0.4.6 • Published 2 months ago

@ausbom/tabs v0.4.6

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

@ausbom/tabs

Navigational tabs can be used to anchor users to a point on a page or to switch between pages within a section.

Installation

npm install @ausbom/tabs

Usage

import { Tab, TabList, TabPanel } from '@ausbom/tabs'
import React from 'react'

<TabList equalWidthOnMobile>
  <Tab
    label="Today"
    tabId="today"
    active
  />
  <Tab
    label="7 Day"
    tabId="7-day"
  />
  <Tab
    label="Outlook"
    tabId="outlook"
  />
  <Tab
    label="Past"
    tabId="past"
  />
</TabList>
<TabPanel
  label="Today"
  tabId="today"
  active
>
  <p>Today will be Mostly Sunny</p>
</TabPanel>
0.4.6

2 months ago

0.4.5

4 months ago

0.4.4

4 months ago

0.4.3

8 months ago

0.3.0

1 year ago

0.4.1

12 months ago

0.4.0

12 months ago

0.4.2

12 months ago

0.2.11

1 year ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

5 years ago