UI components for Cycle that follow material design.
cycle-material is a library of snabbdom user interface components based on material design.
cycle-material components are completely stateless making them an ideal companion to libraries such as Cerebral.
Take a look at the documentation app for demos and code examples.
npm install --save-dev cycle-material
Fork the repository
npm install
npm start
runs dev mode which watches for changes and auto lints, tests and builds. Visit http://localhost:3000/ to view the demo app.npm test
runs the testsnpm run lint
lints the codenpm run build
compiles to es5
MIT