Skip to content

materialscloud-org/mc-react-ptable-materials-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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