Skip to content

smukked/FontAwesomePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FontAwesomePicker - AngularJs Directive

###Font Awesome Icon Picker Search/pick your FontAwsome Icon

Build with

  • TypeScript
  • AngularJs

Preview:

Font Awesome Icon Picker

Demo

Try the demo

Use:

<!DOCTYPE html>
<html lang="en" ng-app="DES">
<head>
    <title>TypeScript Font Awsome Picker</title>
    <link rel="stylesheet" href="Styles/bundle.css" type="text/css" />
    <script src="Scripts/angular.min.js"></script>
    <script src="Scripts/fontAwsomePicker.js"></script>
</head>
<body>
    <h1>TypeScript Font Awsome Picker</h1>
    <input type="text" font-awsome-picker="bundle.css" value="fa-chrome" />
</body>
</html>

font-awsome-picker: [CSS-file containing FontAwsome]

value: [selected FontAwsome css class]

About

Font Awesome Icon Picker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published