WillsonSmith / custom-elements

A set of generic custom elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@willson/components

wipperoni pizza

I'm bringing this back from the dead.

What is this?

This is a collection of tested web components that solve problems of varying sizes. Every component in this repo was designed to solve a problem I faced.

Usage

 npm i @willson/components
// index.js
import '@willson/components/file-drop.js';
<!-- index.html -->

<!doctype html>
<html>
  ...

  <body>
    <file-drop></file-drop>

    <script type="module">
      import 'index.js';
      // or whatever inclusion method you perfer
    </script>
  </body>
</html>

What is components/legacy?

That's beyond our borders. You must never go there.

About

A set of generic custom elements

License:ISC License


Languages

Language:JavaScript 99.4%Language:Shell 0.6%