@behold/widget 0.1.97 → 0.1.98
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/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -7,7 +7,7 @@ This is the official Behold widget JS package. It is built using [web components
|
|
|
7
7
|
|
|
8
8
|
1. It can be used with any JS framework (React, Svelte, Vue, Angular, Solid... you name it), or just dropped into an HTML document.
|
|
9
9
|
2. It uses no framework and requires no external packages, so it's very lightweight, and won't cause dependency bloat.
|
|
10
|
-
3. It uses the Shadow DOM, which provides style encapsulation.
|
|
10
|
+
3. It uses the Shadow DOM, which provides style encapsulation.
|
|
11
11
|
|
|
12
12
|
## Documentation
|
|
13
13
|
|