Material Design styled components for Marko.js
Material-components-marko integrates the mdc-web (by google) vanilla components following the simple approach.
- decoupled components
- implementing just the specs not more or less
- keep the components as simple as possible
- keep in sync with changes in the mdc-web repository
- user friendly component api
- SSR (Server Side Rendering) support
$ git clone https://github.com/rtalwar26/material-components-marko
$ cd material-components-marko
$ yarn
$ yarn start