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>