@behold/svelte
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@behold/svelte", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "The official Behold Widget for Svelte", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -57,3 +57,3 @@ # The Official Behold Widget for Svelte | ||
Because these widgets are inherantly dynamic in nature, they are client-side only, and won't be pre-rendered by SSR or SSG. That means there will be a moment before they render that their height will be 0px. You can prevent layout shifts this may cause by applying dimensions to a container element with CSS. | ||
This component relies on client-only APIs and won't be pre-rendered by SSR or SSG. That means there will be a brief moment before it renders where its height will be 0px. You can prevent layout shifts this may cause by applying dimensions to a container element with CSS. | ||
@@ -60,0 +60,0 @@ ## Other framework components |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8145