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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-ikon-loader-wc",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",