Skip to content

Polymer element that provide a boostrap glyphicon element

Notifications You must be signed in to change notification settings

Mortega5/bs-glyphicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bs-glyphicon

Create a glyphicon using polymer elements. Icon value is the icon name using in bootstrap but removing glyphicon and glyphicon- style. For example:

  • glyphicon-pencil is pencil
  • glyphicon-star is star
  • ...

Example

<bs-glyphicon icon="pencil"></bs-glyphicon>

Properties

Attribute Description Type Default
icon Icon that the component will show String ' '

Custom Style

Custom Property Description Default
--bs-glyphicon-size Change glyphicon size 12px
--bs-glyphicon-style Mixin applied to bs-glyphicon { }

Dependencies

Element dependencies are managed via Bower. You can install that via:

npm install -g bower

Then, go ahead and download the element's dependencies:

bower install

About

Polymer element that provide a boostrap glyphicon element

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages