Skip to content

yetric/Polyform

Repository files navigation

Polyform

A flexible, platform-agnostic UI framework.

Installation

npm install polyform

Usage

import { createNode, DOMRenderer } from "polyform";

const app = createNode("container", {}, createNode("text", { text: "Hello, Polyform!" }));

const renderer = new DOMRenderer();
renderer.render(app, document.body);

About

A flexible, platform-agnostic UI framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published