@whydrf/nava-icon-angular 1.0.3 → 1.1.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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
12
|
<a href="https://www.npmjs.com/package/@whydrf/nava-icon-angular"><img src="https://img.shields.io/npm/v/@whydrf/nava-icon-angular?style=flat-square&color=red" alt="npm version"></a>
|
|
13
|
-
<a href="https://github.com/
|
|
13
|
+
<a href="https://github.com/vahidGhadiri/nava-icon/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@whydrf/nava-icon-angular?style=flat-square" alt="license"></a>
|
|
14
14
|
<a href="https://www.npmjs.com/package/@whydrf/nava-icon-angular"><img src="https://img.shields.io/npm/dm/@whydrf/nava-icon-angular?style=flat-square&color=red" alt="npm downloads"></a>
|
|
15
15
|
</p>
|
|
16
16
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
## What is this?
|
|
20
20
|
|
|
21
|
-
`@whydrf/nava-icon-angular` is the Angular binding for [Nava Icons](https://github.
|
|
21
|
+
`@whydrf/nava-icon-angular` is the Angular binding for [Nava Icons](https://vahidghadiri.github.io/Nava-icon/) — a collection of 950+ handcrafted SVG icons. Each icon is a standalone Angular component with `OnPush` change detection, full TypeScript support, tree shaking, and two visual variants (regular outlines and filled shapes).
|
|
22
22
|
|
|
23
23
|
Unlike icon fonts or SVG sprites, every icon here is a proper Angular component with `@Input()` decorators. You use it in your templates exactly like any other component — no modules, no providers, no configuration.
|
|
24
24
|
|
|
@@ -279,4 +279,4 @@ Browse all 950+ icons with live preview at **[https://vahidghadiri.github.io/Nav
|
|
|
279
279
|
|
|
280
280
|
## License
|
|
281
281
|
|
|
282
|
-
[MIT](https://github.com/
|
|
282
|
+
[MIT](https://github.com/vahidGhadiri/nava-icon/blob/main/LICENSE) © [whydrf](https://github.com/whydrf)
|