Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

A simple starter <hello-world /> web component written in typescript, using lit. Unit tested with jest and e2e tested with playwright.

License

Notifications You must be signed in to change notification settings

fernandopasik/hello-web-components

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

hello-web-components

A simple starter <hello-world /> web component written in typescript, using lit. Unit tested with node test runner and e2e tested with playwright.

Gzip Bundle Size Build Status Coverage Status Known Vulnerabilities

npm version npm downloads

Usage

Clone the repository and modify it to your needs

git clone --depth 1 https://github.com/fernandopasik/hello-web-components.git

Install the package in your project and import the component

npm i hello-web-components lit
import { html, render } from 'lit';
import 'hello-web-components';

const test = () => html`<hello-world who="web components"></hello-world>`;

render(test(), document.body);

License

MIT (c) 2020 Fernando Pasik

About

A simple starter <hello-world /> web component written in typescript, using lit. Unit tested with jest and e2e tested with playwright.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.