@zerops/web-components 0.3.0 → 0.4.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 +12 -0
- package/chunks/index-RTjd7i0F.js +2968 -0
- package/containers-cards.d.ts +12 -0
- package/containers-cards.js +872 -0
- package/managed-service-diagram.js +215 -3163
- package/package.json +5 -1
- package/recipes/zerops-showcase.json +1 -1
package/README.md
CHANGED
|
@@ -156,6 +156,18 @@ import '@zerops/web-components/managed-service-diagram';
|
|
|
156
156
|
|
|
157
157
|
Animations start when the element scrolls into view.
|
|
158
158
|
|
|
159
|
+
## `<zerops-containers-cards>`
|
|
160
|
+
|
|
161
|
+
The System Containers comparison — App Containers / System Containers / Full VMs cards with the `zerops.yaml` terminal. Fully static, no attributes:
|
|
162
|
+
|
|
163
|
+
```js
|
|
164
|
+
import '@zerops/web-components/containers-cards';
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
```html
|
|
168
|
+
<zerops-containers-cards></zerops-containers-cards>
|
|
169
|
+
```
|
|
170
|
+
|
|
159
171
|
## Known caveats
|
|
160
172
|
|
|
161
173
|
- The stylesheet includes a CSS-layered normalize that can nudge host-page base styles.
|