Components Gallery: https://afpatmin.github.io/fo_components/
FoComponents uses Material Icons by default. Include the following snippet in the <head>
section of your index.html
:
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
FoComponents inherits font/typography of the host application. We also encourage you to set your own color theme using the fo-colors
mixin.
@import "package:fo_components/mixins";
@include fo-colors($primaryColor: red, $secondaryColor: green, $alertColor: red);
Many of the components can also be customized individually, see _mixins.scss under each component for details.