Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Allow use of Material Design Iconic Font Icons in an ExtJS project. (Google icons + extended community icons)

Notifications You must be signed in to change notification settings

RichardStyles/ExtJS-Material-Icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material icons for ExtJS

ExtJS package to use Material Design Iconic Font in a ExtJS application or workspace by Richard Styles.

Current version of Material Design Icons: 2.2.0

Adding package to workspace or app

Download material-icon.pkg from releases [1.0.0]

copy: .pkg file to workspace of your project

run: sencha package add material-icons.pkg

add 'material-icons' to your app.json

   "requires": [
      "font-awesome",
      "material-icons"
   ],

run: sencha app refresh

Usage

Just like using font awesome you must use the css x-mi class before the material icon class you wish to use.

Important

The class names have been updated from zmdi to mi when converting the css from the Material Design Iconic Font to scss for compiling with Sencha cmd.

zmdi zmdi-rss

Becomes

x-mi mi-rss

All classes should be prefixed using x-mi and the icon specific css class should begin with mi- instead of zmdi-.

Example

iconCls: "x-mi mi-rss"

Licences

About

This package was created to allow additional fonts to be used, just like font-awesome.

ExtJS Package built by Richard Styles.

About

Allow use of Material Design Iconic Font Icons in an ExtJS project. (Google icons + extended community icons)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages