YerkoPalma / ui

:nail_care: Personal collection of ui components

Home Page:https://ui.yerkopalma.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

:nail_care: Personal collection of ui components

https://ui.yerkopalma.me/


Languages

Language:JavaScript 100.0%