Skip to content

WillsonSmith/custom-elements

Repository files navigation

@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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published