typed-font-awesome
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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");

Readme

Keywords

Package Sidebar

Install

npm i typed-font-awesome

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rafaelsalguero