<todo-lit>

A web component just for me.

Example: Basic

This is child content...

CSS

p {
border: solid 1px blue;
padding: 8px;
}

HTML

<todo-lit>
<p>This is child content</p>
</todo-lit>