Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages