0.0.4 • Published 6 years ago

@adailtonribeiro/custom-web-components v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

custom-web-components

npm version npm downloads

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/custom-web-components@0.0.4/dist/ar-cwc.js"></script>