typed-font-awesome
v1.0.1
Published
Typed font awesome classes
Downloads
0
Readme
Typed Font Awesome
Typescript bindings for Font Awesome
Use the fa
function for creating font awesome CSS classes
import { fa } from "typed-font-awesome"
//returns "fa fa-user fa-2x"
//fa function is strongly typed with all font awesome icon classes and modifiers
const className = fa("user","2x");