mithril.semantic

0.1.0 • Public • Published

Build Status

Mithril.Semantic

A thin wrapper around the Mithril javascript framework that allows you to create new semantic DOM element tags out of standard Mithril components:

	m('greet', 'Bob')

becomes:

	<div class="greet">
		<span>Hi</span><span>Bob!</span>
	</div>

Readme

Keywords

none

Package Sidebar

Install

npm i mithril.semantic

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • philtoms