New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bootstrap-material-icons

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-material-icons

Google Material Design Icons For Using With Bootstrap

  • 0.2.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-77.78%
Maintainers
1
Weekly downloads
 
Created
Source

Bootstrap Material Design Icons

Material design icons are the official icon set from Google that are designed under the material design guidelines.

In the official package the icons uses a typographic feature called ligatures, which allows rendering of an icon glyph simply by using its textual name. E.g., <i class="material-icons">face</i>.

In this repository also implemented the ability to use the icons in the bootstrap-style, like with glyphicon, font-awesome or ionicons.

Installation

component

$ component install mervick/bootstrap-material-icons

bower

$ bower install bootstrap-material-icons --save

npm

$ npm install bootstrap-material-icons --save

composer

$ composer require mervick/bootstrap-material-icons

Usage

Add to your html code

<link rel="stylesheet" href="css/material-icons.min.css">

Material-style icon:

<i class="material-icons">home</i>

Bootstrap-style icon:

<i class="mdicon mdicon-home"></i>

All icons set you can find in the file demo.html.

Keywords

FAQs

Package last updated on 26 Jun 2015

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