ngx-relic
v0.0.14
Published
This project was created to learn and deep dive into different frontend topics
Downloads
21
Readme
NgxRelic
This project was created to learn and deep dive into different frontend topics
Installing NGX-Relic
Run npm i ngx-relic
Setup
Add the following code to your styles.scss file, it is possible to customize the theme colors of the library.
@import "ngx-relic";
$palette-colors: (
slate: #64748b,
neutral: #b6b6b6,
danger: #bb1d1d,
success: #10b981,
warning: #f59e0b,
info: #0ea5e9,
primary: #4e59b9,
);
:root {
$colors: setup($palette-colors);
@include apply-theme($colors);
}
Icons
The library makes use of the material icons set, you can preview the icons