UNPKG

@uva-glass/component-library

Version:

React components UvA

23 lines (22 loc) 564 B
import { jsx as f } from "react/jsx-runtime"; import { c as u } from "../../clsx-OuTLNxxd.js"; import { forwardRef as a } from "react"; import { s as t } from "../../Button.module-FL3-CODh.js"; const p = a( ({ children: o, type: r = "button", variant: s, displayColumn: m = !1, ...n }, e) => /* @__PURE__ */ f( "button", { ...n, type: r, ref: e, className: u(t.button, t[`button--${s}`], { [t["button--wide-column"]]: m }), children: o } ) ); export { p as Button }; //# sourceMappingURL=Button.js.map