Skip to content

yetric/Polyform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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