UNPKG

zliq

Version:

slim and quick framework in low loc

16 lines (14 loc) 379 B
import { zx } from "../src"; import { Subheader } from "./subheader.jsx"; import "./playground.scss"; export const Playground = () => zx` <div class="section"> ${Subheader({ title: "Experiment", subtitle: "Fork and get your hands dirty" })} <div isolated> <script async src="//jsfiddle.net/hvbee8m9/10/embed/js,result/" /> </div> </div> `;