Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 851 Bytes

readme.md

File metadata and controls

34 lines (25 loc) · 851 Bytes

@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>

Components