@adailtonribeiro/custom-web-components
v0.0.4
Published
Custom web components
Downloads
5
Maintainers
Readme
custom-web-components
Basic usage
ar-modal example:
<ar-modal modal-title="My First Modal">
<div slot="item-body">
My modal body
</div>
<div slot="item-footer">
<h3>My modal footer</h3>
</div>
</ar-modal>
ar-progress-bar example:
<ar-progress-bar value="10"></ar-progress-bar>
Installation
Put the script tag below in the head of your index.html
<script src="https://unpkg.com/@adailtonribeiro/[email protected]/dist/ar-cwc.js"></script>