microcosm-preact
v1.0.0
Published
[Microcosm](https://github.com/vigetlabs/microcosm) bindings for [Preact](https://github.com/developit/preact).
Downloads
10
Readme
Microcosm Preact
Microcosm bindings for Preact.
Requirements
As of 1.0 microcosm-preact
requires version 12.9.0 of Microcosm or
higher.
Usage
import { Presenter, Form, withIntent } from 'microcosm-preact'
// or
import Presenter from 'microcosm-preact/presenter'
import Form from 'microcosm-preact/form'
import withIntent from 'microcosm-preact/with-intent'
Documentation
The API for microcosm-preact
is identical to the React add-ons that
ship with Microcosm. Checkout the docs.