mithril.elements
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Build Status

Mithril.Elements

A thin wrapper around the Mithril javascript framework that allows you to create composable custom element types:

	m('greet', 'Bob')

becomes:

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

For more informtion, please visit Mithril.Elements Starter Kit

Readme

Keywords

none

Package Sidebar

Install

npm i mithril.elements

Weekly Downloads

1

Version

0.1.3

License

none

Last publish

Collaborators

  • philtoms