vadivam-preact 0.0.26 → 0.0.27
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-preact
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Tree-shakeable 24px outline SVG icons for Preact.
|
|
4
|
+
|
|
5
|
+
[Browse icons](https://vadivam.praveenjuge.com) · [Preact docs](https://vadivam.praveenjuge.com/docs/preact) · [Source](https://github.com/praveenjuge/vadivam/tree/main/packages/vadivam-preact) · [GitHub](https://github.com/praveenjuge/vadivam)
|
|
4
6
|
|
|
5
7
|
[](https://www.npmjs.com/package/vadivam-preact)
|
|
6
8
|
[](https://www.npmjs.com/package/vadivam-preact)
|
|
7
9
|
[](https://github.com/praveenjuge/vadivam/blob/main/LICENSE)
|
|
8
10
|
|
|
9
|
-

|
|
10
12
|
|
|
11
13
|
```sh
|
|
12
14
|
npm install vadivam-preact
|
|
@@ -24,4 +26,6 @@ import { Activity, VadivamProvider } from "vadivam-preact";
|
|
|
24
26
|
- Tree-shakeable named and per-icon imports
|
|
25
27
|
- Provider and typed dynamic icon APIs
|
|
26
28
|
|
|
27
|
-
[
|
|
29
|
+
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) · [Astro](https://www.npmjs.com/package/vadivam-astro)
|
|
30
|
+
|
|
31
|
+
[Issues](https://github.com/praveenjuge/vadivam/issues)
|