proto-ikon-loader-wc 0.0.39 → 0.0.40
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
|
@@ -16,6 +16,12 @@ a prototype icon loader written in Stencil...
|
|
|
16
16
|
- [s4e-proofs][icons-io] - _Material Design icons_
|
|
17
17
|
- [s4e-ikons][ikons-io] - _Auto Brand icons_
|
|
18
18
|
|
|
19
|
+
## examples
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
<proto-ikon-loader name="audi" size=42 />
|
|
23
|
+
<proto-ikon-loader name="radio" selected="true" />
|
|
24
|
+
```
|
|
19
25
|
|
|
20
26
|
[icons-io]: https://s4e-proofs.vercel.app
|
|
21
27
|
[ikons-io]: https://s4e-ikon-proofs.vercel.app
|