Button 按钮
按钮变体:默认、主色、琥珀色、图标按钮
import { Button } from "@qingwu-ui/button";
import "@qingwu-ui/button/style.css";
const btn = new Button({ text: "确认", variant: "primary" });
container.append(btn.el);按钮变体:默认、主色、琥珀色、图标按钮
import { Button } from "@qingwu-ui/button";
import "@qingwu-ui/button/style.css";
const btn = new Button({ text: "确认", variant: "primary" });
container.append(btn.el);