1.0.0 • Published 6 years ago

react-treegrid v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

React ARIA Components

Disclaimer: this is in an alpha stage.

Browsers support

IE / EdgeFirefoxChromeSafari
IE11, Edgelast 5 versionslast 5 versionslast 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:

  1. A component is accessible.
  2. A component can be used in composition.
  3. A component has minimal footprint.

Grid

For 2-dimensional data, a Grid layout is desired:

  • A Grid
    • Many Rows
      • Many GridCells
      • Many ColumnHeaders
      • Many RowHeaders
    • Many RowGroups
      • Many Rows