1.11.0 • Published 1 year ago

@hudson-newey/web-components v1.11.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Web Components Workspace

"Write once, publish anywhere"

Online deployment of example components

Using this workspace, the src/components directory has been automatically deployed to the following locations

How to use

CDN

You can import web components through the CDN

Script tag snippet:

<script type="module" src="https://esm.run/@hudson-newey/web-components"></script>

Full page example:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Web Component CDN Example</title>
    <script type="module" src="https://esm.run/@hudson-newey/web-components"></script>
  </head>

  <body>
    <my-todo-list></my-todo-list>
  </body>
</html>

NPM

You can add the example components used in this repository by using the following command

$ npm i @hudson-newey/web-components
>

You can then import them into a file using

import * from "@hudson-newey/web-components";

GitHub Releases

You can manually import the example components in this repository using the GitHub releases page

Pre-compiled source files and raw TypeScript files can be found on this page

1.10.6

1 year ago

1.11.0

1 year ago

1.10.3

1 year ago

1.10.2

1 year ago

1.8.1

1 year ago

1.10.1

1 year ago

1.10.0

1 year ago

1.6.4

1 year ago

1.6.3

1 year ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.6.6

1 year ago

1.6.5

1 year ago

1.4.0

1 year ago

1.3.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.1.2

1 year ago

1.3.10

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.13

1 year ago

1.3.14

1 year ago

1.3.11

1 year ago

1.3.12

1 year ago

1.3.15

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago