Files
exploRUGComponent/docs-src/examples/index.md
Justin Fagnani fc662728eb Add a static site generator
There is no build for the element or site utilities like PrismJS yet, so this site only works locally at the moment.
2019-12-20 13:56:55 -08:00

442 B

layout, title, tags, name, description
layout title tags name description
example.11ty.cjs <my-element> ⌲ Examples ⌲ Basic example Basic A basic example
<style> my-element p { border: solid 1px blue; padding: 8px; } </style>

This is child content

CSS

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

HTML

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