vueless
Version:
Vue Styleless UI Component Library, powered by Tailwind CSS.
23 lines (22 loc) • 484 B
text/typescript
export default /*tw*/ {
confirmModal: "{UModal}",
footerLeftFallback: "flex space-x-4",
confirmButton: "{UButton} w-full",
cancelButton: "{UButton} w-full",
i18n: {
confirm: "Confirm",
cancel: "Cancel",
},
defaults: {
size: "sm",
confirmColor: "brand",
inner: false,
divider: false,
closeOnEsc: true,
closeOnCross: true,
closeOnOverlay: true,
mobileStickBottom: false,
confirmDisabled: false,
cancelHidden: false,
},
};