Skip to content

materialscloud-org/mc-react-header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Materials Cloud header component

A React component for Materials Cloud header, built just with CSS.

See src/App.js on how to use it.

Published to npm, install with npm install mc-react-header.

Development

npm install
npm start

To make a new version and publish to npm via GitHub Actions:

npm version <patch/minor/major>
git push --follow-tags