0.1.10 • Published 1 year ago

gui-plus-next v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

USE

import GUI from "gui-plus-next";
import "gui-plus-next/lib/index.css";

createApp(App).use(GUI).mount("#app");

Example

<gui-button type="primary">按钮</gui-button>