@anoki/fse-marche-ui
Version:
FSE UI components library
3 lines (2 loc) • 1.06 kB
JavaScript
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('./components/ui/Button/Button.css');const e=require("./index.cjs137.js"),E=require("./index.cjs145.js"),R=require("./index.cjs139.js");;/* empty css */const w=require("./index.cjs111.js"),B=({children:o,variant:t,bg:i="primary",textColor:c="white",border:l="white",size:b="3",className:p,disabled:u,loading:s,onClick:m,type:j="button",form:d="",asLink:n,href:f,target:y=void 0,rel:q=void 0,...r})=>{const C=t?"":E.createColorClasses({bg:i,text:c,border:l}),S={2:"fs-6 py-x12 px-x24",3:"fs-7 py-x12 px-x24",4:"fs-6 py-x4 px-x8"},x=R.clsx("ui-button",S[b],t&&`ui-button-${t}`,!t&&C,{"ui-button-disabled":u||s},{"ui-button-loading":s},p,"fw-bold");if(n){const a=n;return e.jsxRuntimeExports.jsx(a,{target:y,rel:q,href:f,className:x,...r,children:o})}return e.jsxRuntimeExports.jsxs("button",{type:j,form:d,className:x,onClick:m,disabled:u||s,...r,children:[o,s?e.jsxRuntimeExports.jsx(w.Spinner,{}):null]})};exports.Button=B;
//# sourceMappingURL=index.cjs25.js.map