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