A React component for Materials Cloud header, built just with CSS.
See src/App.jsx on how to use it.
Published to npm, install with npm install mc-react-header.
pnpm install
pnpm run dev # demo app with hot reload (Vite)
pnpm build # build the publishable library into dist/To make a new version and publish to npm via GitHub Actions:
pnpm version <major/minor/patch>
git push --follow-tags