import { IgniteElement } from './ignite-element.js'; import { IgniteTemplate, div, html, list, a } from './ignite-template.js'; class Sheet extends IgniteElement { constructor() { super(); this.show = false; this.items = []; this.href = "www.google.com"; } properties() { return [ "show", "name", "items", "href" ]; } render() { return this.template .class(this.show) .child( new div( new html("