mithril-template-builder
v1.3.1
Published
Builder for Mithril HTML to JavaScript converter
Downloads
6
Readme
Mithril Template Builder
Helper function to create Mithril templates from HTML.
import { templateBuilder } from "mithril-template-builder"
const source = "<hr/>"
const output = templateBuilder({
source
})
Tests
Run tests/testrunner.html
in a browser.