@zerops/web-components 0.2.1 → 0.3.0

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 CHANGED
@@ -142,6 +142,20 @@ el.recipeData = showcase;
142
142
 
143
143
  The trace animation pauses off-viewport and respects `prefers-reduced-motion`.
144
144
 
145
+ ## `<zerops-managed-service-diagram>`
146
+
147
+ The homepage's animated managed-services showcase — health checks, automatic failover, backups, and scaling panels. Fully static, no attributes:
148
+
149
+ ```js
150
+ import '@zerops/web-components/managed-service-diagram';
151
+ ```
152
+
153
+ ```html
154
+ <zerops-managed-service-diagram></zerops-managed-service-diagram>
155
+ ```
156
+
157
+ Animations start when the element scrolls into view.
158
+
145
159
  ## Known caveats
146
160
 
147
161
  - The stylesheet includes a CSS-layered normalize that can nudge host-page base styles.