orbitbot / mithril-template-converter

Mithril HTML to JavaScript converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mithril HTML to JavaScript converter


Languages

Language:JavaScript 95.9%Language:CSS 2.7%Language:HTML 1.4%