0.1.0 • Published 7 years ago

meiosis-yoyo v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Meiosis-YoYo

Meiosis-YoYo is a Meiosis renderer for yo-yo.

You can install it with npm:

npm i --save meiosis-yoyo

Then use it along with Meiosis:

import { createComponent, run } from "meiosis";
import { renderer } from "meiosis-yoyo";

const Main = createComponent({...});
run({ renderer: renderer().intoId(document, "app"), rootComponent: Main });

You can also download the JavaScript file from the Meiosis builds and add it to your page with a plain <script> tag. In that case it will be available as the meiosisYoyo global variable.

--

Meiosis is developed by shatteredaesthetic (@digitalsthtcs) and is released under the MIT license.