Templarian / MaterialDesign-Web-Component

MDI Icon web component for use with @mdi/js
https://templarian.github.io/@mdi/web-component/
MIT License
5 stars 1 forks source link

Material Design Icons - Web Component

MDI Icon web component for use with @mdi/js.

Usage

npm install @mdi/web-component --save-dev

Contribute to this Project

To run the application locally use the following NPM commands.

npm install
npm test
npm start

Open http://localhost:8080 (port could vary)

To build just the components.

npm run build