My Library

A web component library just for me.

Current version: 0.0.0

<my-element>

Example: Basic

This is child content

CSS

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

HTML

<my-element>
<p>This is child content</p>
</my-element>