0.0.3 • Published 3 years ago

ghost-todo-stenciljs-webcomponent v0.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

Demo web component made in StencilJS

Installing

$ npm install ghost-todo-stenciljs-webcomponent

Import in javascript module using a bundler

import {defineCustomElements} from "ghost-todo-stenciljs-webcomponent";
defineCustomElements();

Import in javascript module not using a bundler

import "./node_modules/ghost-todo-stenciljs-webcomponent/dist/ghost-todo/ghost-todo.esm.js";

Insert Web component in HTML

<ghost-todo-comp init-todos="Todo item 1, Todo item 2"></ghost-todo-comp>
0.0.3

3 years ago

0.0.2

3 years ago