Skip to content
Your awesome NativeScript plugin for using fontawesome icons
Shell TypeScript
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github first commit Aug 21, 2017
demo first commit Aug 21, 2017
fonts first commit Aug 21, 2017
publish first commit Aug 21, 2017
screenshot add screenshot Aug 21, 2017
src UPDATE READ ME Aug 21, 2017
.gitignore
.travis.yml first commit Aug 21, 2017
LICENSE first commit Aug 21, 2017
README.md updates Aug 21, 2017
tslint.json first commit Aug 21, 2017

README.md

Nativescript FontAwesome

A simpler way to use FontAwesome icons with NativeScript

Install

tns plugin add nativescript-fontawesome

click here to Download fontawesome-webfont.ttf or download from fontawesome website

  • Place font icon .ttf file in app/fonts, like below:
app/fonts/fontawesome-webfont.ttf
  • call the init function in the you'r app.ts:
import { Fontawesome } from 'nativescript-fontawesome';
Fontawesome.init();

Usage

<Label class="fa" text="{{'fa-bluetooth' | fontawesome }}"></Label> 

Credits

nativescript-fonticon

You can’t perform that action at this time.