react-tree-grid
v0.0.2
Published
Disclaimer: this is in an alpha stage.
Downloads
12
Readme
React ARIA Components
Disclaimer: this is in an alpha stage.
Browsers support
| IE / Edge | Firefox | Chrome | Safari | | ---------- | --------------- | --------------- | --------------- | | IE11, Edge | last 5 versions | last 5 versions | last 5 versions |
The exported modules are expected to be transpiled with Babel and PostCSS autoprefixer.
Getting started
npm install
npm start
Visit the webpage hosted by webpack-serve
.
The URL should have been copied to the clipboard.
Otherwise, please inspect the console output.
High-level design
The components available through this module are inspired from the WAI-ARIA Authoring Practices. Each component is driven by three principles:
- A component is accessible.
- A component can be used in composition.
- A component has minimal footprint.
Grid
For 2-dimensional data, a Grid layout is desired:
- A
Grid
- Many
Row
s- Many
GridCell
s - Many
ColumnHeader
s - Many
RowHeader
s
- Many
- Many
RowGroup
s- Many
Row
s
- Many
- Many