1.0.0 • Published 8 years ago
nativescript-fontawesome v1.0.0
Nativescript FontAwesome
A simpler way to use FontAwesome icons with NativeScript
Install
tns plugin add nativescript-fontawesomeclick here to Download fontawesome-webfont.ttf or download from fontawesome website
Place font icon
.ttffile inapp/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
1.0.0
8 years ago