Skip to content
forked from emarc/FontIcon

Vaadin icon font add-on (Font Awesome for Vaadin)

Notifications You must be signed in to change notification settings

stevebor1/FontIcon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FontIcon for Vaadin

FontIcon makes it super-simple to use scalable font icons in your Vaadin application using the Font Awesome icon pack. No widgetset recompile or theme modifications are required to get up-and-running; by default FontIcon loads the icons from a CDN (you can add the icons to your theme if you prefer).

Font Awesome 4.2.0

FontIcon has been updated to use Font Awesome 4.2.0 40 New Icons in 4.2

Please see: http://fontawesome.io/whats-new/

##Usage

FontAwesome.load();

Button button = new Button(Icon.thumbs_up + " Click Me");
button.setHtmlContentAllowed(true);

##Links Font Awesome http://fontawesome.io http://fontawesome.io/license/

Vaddin vaadin.com vaadin.com/directory

Authors

Forked from original source by: emarc

Steve Borgelt (stevebor1)

About

Vaadin icon font add-on (Font Awesome for Vaadin)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%