2.4.2 • Published 5 years ago
@yerkopalma/ui v2.4.2
@yerkopalma/ui
Personal collection of ui components
Install
$ npm install @yerkopalma/ui
or use the tags
<script type="module" src="https://unpkg.com/@yerkopalma/ui?module"></script>
<script nomodule src="https://unpkg.com/@yerkopalma/ui"></script>
if you need to load only some specific component
<script type="module" src="https://unpkg.com/@yerkopalma/ui/src/components/app-shell.js"></script>
<script nomodule src="https://unpkg.com/@yerkopalma/ui/ui/dist/components/app-shell.js"></script>