Package Exports
- overwatch-table
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (overwatch-table) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
overwatch-table
A React component modeling the Overwatch custom game table element
Installation
Note: Requires React 16.2+ for now
npm install
Development
npm run dev
Tests
npm test
Contributing
Its an example
font-family: 'Futura No 2 D DemiBold';http://www.myfonts.com/fonts/urw/futura-no-2/futura-no2-d-demi-bold/
Props
| name | type | default | desc |
|---|---|---|---|
| headerLabels | object | null | object of keys matching eaach of the rows' data keys |
| headerOrder | array | null | array of strings, each a key from rows' data keys desired order |
| row | array | null | array of objects, with keys matching headerLabels |