@omnipresent/omnipresent-web-lib
v0.0.22
Published
### Installation Install font awesome `npm install @fortawesome/fontawesome-free`
Downloads
47
Readme
Font awesome
Installation
Install font awesome
npm install @fortawesome/fontawesome-free
Import fontawesome into styles.scss
@import "~@fortawesome/fontawesome-free/css/all.css";
Usage
Add the icon tag to html
<i class="fab fa-twitter"></i>
example if I want a button with the google Icon
<button style = "background-color: #60b5f0;">
<i style="margin-right: 5px;" class="fab fa-twitter"></i>
<span>Login with Google</span>
</button>
Firebase
Auth tutorial https://angular-templates.io/tutorials/about/firebase-authentication-with-angular