3.0.0-alpha.2 • Published 4 years ago
@chorda/core v3.0.0-alpha.2
Install
npm install @chorda/core @chorda/react
Renderer
import { Config } from '@chorda/core'
import { ReactRenderer } from '@chorda/react'
Config.use(ReactRenderer);
Component
const app = new Html({
css: 'application'
});
DOM
document.addEventListener('DOMContentLoaded', function () {
Config.Renderer.append(app, document.getElementById('app'))
});
3.0.0-alpha.1
4 years ago
3.0.0-alpha.2
4 years ago
2.0.0-alpha.3
5 years ago
2.0.0-build.2
5 years ago
2.0.0-build.1
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago