Licence
ISC
Version
0.1.0
Deps
0
Size
6 kB
Vulns
0
Weekly
0
README
Documentation attached to you component.
Showcase usage
Use the <wcd-show> custom element in your markdown
to showcase your components.
<wcd-show>
<custom-element value="5" min="0" max="10"></custom-element>
</wcd-show>
You can also showcase the code directly with the showcode attribute:
| Attributes | Type | Description |
|---|---|---|
| value | number | Initial value |
| step | number | Increment/Decrement steps |
| min | Minimal value | |
| max | Maximal value |
Play with it in the workshop.
Created with webcomponents.dev