/MaterialDesign-Web-Component

MDI Icon web component for use with @mdi/js

Primary LanguageHTMLMIT LicenseMIT

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