aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/solid-dom-fixtures/simpleElements/output.js
blob: 5d16f67671f27821b428859282c3b1fcb972d4cb (plain) (blame)
1
2
3
4
5
6
7
8
import { template as _$template } from "r-dom";

const _tmpl$ = /*#__PURE__*/ _$template(
  `<div id="main"><style>div { color: red; }</style><h1>Welcome</h1><label for="entry">Edit:</label><input id="entry" type="text"></div>`,
  9
);

const template = _tmpl$.cloneNode(true);