Skip to content

rexleimo/rex-paper-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is Canvas UI

the canvas ui framework is based on the joy-ui

new RexPaperUi(document.getElementById("app")!, {});
new Button({
    text: "Hello Word",
    color: "danger",
    // disable: true,
    startDecorator: pulsIcon,
    point: new Point(0, 0),
});

new Button({
    text: "Hello Word",
    color: "success",
    // disable: true,
    startDecorator: pulsIcon,
    point: new Point(120, 0),
});

new Button({
    text: "Hello Word",
    color: "primary",
    // disable: true,
    startDecorator: pulsIcon,
    point: new Point(240, 0),
});

About

the paper ui

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published