0.4.6 • Published 1 year ago
@ausbom/tabs v0.4.6
@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
1 year ago
0.4.5
1 year ago
0.4.4
1 year ago
0.4.3
2 years ago
0.3.0
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.4.2
2 years ago
0.2.11
2 years ago
0.2.10
3 years ago
0.2.9
3 years ago
0.2.8
3 years ago
0.2.7
4 years ago
0.2.6
5 years ago
0.2.5
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago