0.0.17 • Published 5 years ago

@chinanwu/tabular v0.0.17

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

tabular

Accessible React Tabs

npm MIT License CircleCI codecov

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

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0-test

5 years ago

1.0.0

5 years ago