0.0.17 • Published 6 years ago
@chinanwu/tabular v0.0.17
tabular
Accessible React Tabs
TOCs
Introduction
Accesible tabs made with React. There are aria tags, and arrow key/tab controls.
Documentation
COMING
Examples
const App = () => (
<Tabs>
<p>Some stuff</p>
<Tab name="TabListName">
<p>
Go Canucks!
</p>
</Tab>
<Tab name="DisabledTabListName" disabled>
<p>
Duck facts!
</p>
</Tab>
</Tabs>
)
FAQs
How do I install this?
npm i --save @chinanwu/tabular
TODO:
- Look into tab key issue
- Custom setting of colours by user
- Potentially read from a set location in folder structure? Perhaps....
- Add ability to use a logo in line with tab list
- Rehit up ESLINT
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago
1.0.0-test
6 years ago
1.0.0
6 years ago