@filip.mazev/toastr 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,12 @@
|
|
|
19
19
|
npm i @filip.mazev/toastr@latest
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
+
Or with the global blocks `ng` command which adds all blocks packages and sets up your styles.scss
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
ng add @filip.mazev/blocks@latest
|
|
26
|
+
```
|
|
27
|
+
|
|
22
28
|
### Theme Configuration
|
|
23
29
|
|
|
24
30
|
To ensure the library's stylization works correctly, import the core theme provider in your global styles (`styles.scss`). The toast notifications utilize standard CSS variables for styling.
|