mc-react-ptable-materials-grid
v0.8.3
Published
A React component for filtering and selecting materials, consisting of an integrated periodic table and a data grid.
Downloads
141
Readme
React periodic table and materials grid
A React component for filtering and selecting materials, consisting of an integrated periodic table and a data grid.
Built with ag-grid.
The corresponding npm
package contains only the MaterialSelector
component defined in src/MaterialSelector/index.js
.
This repository can also be ran standalone, which renders the MaterialSelector
component with some example data.
Development
To make a new version and publish to npm via GitHub Actions:
npm version <major/minor/patch>
git push --follow-tags