This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@mdi/components

0.2.6 • Public • Published

Material Design Icons - Website Components

Note this repo is for the Material Design Icons website. If you want components for your own project look here:

The website is made of many components, view the src/mdi folder to see the source.

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

Web Components

Web Components with a very basic wrapper. The only magic is...

  • @Prop() foo = 'Hello World;
    • Calls this.render() on change.
  • @Part() $foo: HTMLDivElement; = <div part="foo"></div>
    • this.$part.innerText = 'Hello World!';
  • @Local('default') foo; Shorthand for localStorage.

Learn More: https://github.com/Templarian/Element

Readme

Keywords

none

Package Sidebar

Install

npm i @mdi/components

Weekly Downloads

0

Version

0.2.6

License

MIT

Unpacked Size

5.32 MB

Total Files

308

Last publish

Collaborators

  • mririgoyen
  • mdi-owner
  • templarian
  • mrgrigri
  • peternoble
  • greenturtwig