/mithril-template-converter

Mithril HTML to JavaScript converter

Primary LanguageJavaScript

Mithril HTML to JavaScript converter

Mithril Template Converter built with Polythene.

Live converter

Template Builder

Helper function to create Mithril templates from HTML.

import templateBuilder from "mithril-template-builder"

const source = "<hr/>"
const output = templateBuilder({
	source
})

App

Contains source code for the live converter.