Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 611 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 611 Bytes

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