vadivam-astro 0.0.26 → 0.0.28
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 +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
# vadivam-astro
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Tree-shakeable 24px outline SVG icons for Astro.
|
|
4
|
+
|
|
5
|
+
[Browse icons](https://vadivam.praveenjuge.com) · [Astro docs](https://vadivam.praveenjuge.com/docs/astro) · [Source](https://github.com/praveenjuge/vadivam/tree/main/packages/vadivam-astro) · [GitHub](https://github.com/praveenjuge/vadivam)
|
|
4
6
|
|
|
5
7
|
[](https://www.npmjs.com/package/vadivam-astro)
|
|
6
8
|
[](https://www.npmjs.com/package/vadivam-astro)
|
|
7
9
|
[](https://github.com/praveenjuge/vadivam/blob/main/LICENSE)
|
|
8
10
|
|
|
9
|
-

|
|
10
12
|
|
|
11
13
|
```sh
|
|
12
14
|
npm install vadivam-astro
|
|
@@ -23,4 +25,6 @@ import { Activity } from "vadivam-astro";
|
|
|
23
25
|
- Tree-shakeable named and per-icon imports
|
|
24
26
|
- Static components and typed dynamic icon APIs
|
|
25
27
|
|
|
26
|
-
[
|
|
28
|
+
Package family: [SVG and JavaScript](https://www.npmjs.com/package/vadivam) · [React](https://www.npmjs.com/package/vadivam-react) · [React Native](https://www.npmjs.com/package/vadivam-react-native) · [Vue](https://www.npmjs.com/package/vadivam-vue) · [Svelte](https://www.npmjs.com/package/vadivam-svelte) · [Solid](https://www.npmjs.com/package/vadivam-solid) · [Angular](https://www.npmjs.com/package/vadivam-angular) · [Preact](https://www.npmjs.com/package/vadivam-preact)
|
|
29
|
+
|
|
30
|
+
[Issues](https://github.com/praveenjuge/vadivam/issues)
|