Lit-fontawesome
Icons of Fontawesome for Polymer 3 and LitElement
Installation
Use the package manager npm to install Lit-fontawesome.
npm install lit-fontawesome
In the HTML file, link css of Lit-fontawesome
Usage with LitElement
;; static { return Fontawesome ; } { return html` `; } customElements;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.