13.0.0-alpha.1 • Published 6 years ago

microcosm-dom v13.0.0-alpha.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

microcosm-dom

Microcosm bindings for:

status: unpublished

Stats

1.84 kB: microcosm-dom/react
1.92 kB: microcosm-dom/preact

Requirements

This package replaces microcosm/addons'. This was done in Microcosm 13.0.0. For older versions of Microcosm, use this namespace (and do not use this package).

Usage/Documentation

import { Presenter, ActionForm, ActionButton, withSend } from 'microcosm-dom'

// Uses react by default, also consider:
import { Presenter, ActionForm, ActionButton, withSend } from 'microcosm-dom/react'
import { Presenter, ActionForm, ActionButton, withSend } from 'microcosm-dom/preact'

Beyond that, checkout the docs!.