wrec 0.18.2 → 0.18.4
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 +5 -0
- package/dist/wrec.es.js +313 -342
- package/dist/wrec.js +11 -41
- package/dist/wrec.js.map +1 -1
- package/dist/wrec.min.js +1 -1
- package/dist/wrec.umd.js +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,6 +172,11 @@ by modifying attribute values or property values.
|
|
|
172
172
|
This uses the `data-binding`, `number-slider`, `radio-group`,
|
|
173
173
|
`select-list`, and `toggle-switch` components.
|
|
174
174
|
|
|
175
|
+
`toggle-buttons.html` demonstrates a web component that
|
|
176
|
+
allows the user to select one option from a set of options,
|
|
177
|
+
like an HTML select element, but with a different UI.
|
|
178
|
+
This uses the `toggle-buttons` component.
|
|
179
|
+
|
|
175
180
|
`speedometer-demo.html` demonstrates fancy graphics.
|
|
176
181
|
|
|
177
182
|
`state-demo.html` demonstrates using the `WrecState` class
|