An open API service indexing awesome lists of open source software.

https://github.com/wolfpup-software/wctk-js

the web component tool kit
https://github.com/wolfpup-software/wctk-js

custom-elements customelements dom html web-components webcomponents

Last synced: 3 months ago
JSON representation

the web component tool kit

Awesome Lists containing this project

README

        

# The Web Component Tool Kit

Build web components with bare metal browser tools.

No dependencies. No inheritance.

(~3kb unminified uncompressed).

## Install

```bash
npm install --save-dev https://github.com/wolfpup-software/wctk-js
```

## Controllers

A handful of facades let developers:

- build [shadow dom](./docs/wc.md)
- listen to [events](./docs/events.md)
- [subscribe](./docs/subscription.md) to external data
- [render](./docs/render.md) changes

## Examples

Click [here](https://wolfpup-software.github.io/wctk-js/) for live examples and code.

## License

`Wctk` is released under the BSD-3 Clause License.