Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mdi/components

Package Overview
Dependencies
Maintainers
6
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdi/components

> Note this repo is for the Material Design Icons website. If you want components for your own project look here: > > - [React](https://github.com/Templarian/MaterialDesign-React/) > - [Web Component](https://github.com/Templarian/MaterialDesign-WebCom

  • 0.2.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by200%
Maintainers
6
Weekly downloads
 
Created
Source

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:

  • React
  • Web Component

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

FAQs

Package last updated on 19 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc