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.
To make a new version and publish to npm via GitHub Actions:
npm version <major/minor/patch>
git push --follow-tags