keep-vue
Version:
Keep Vue is an open-source component library built on top of Vue3 and Tailwind CSS. It offers a collection of pre-designed UI components and styles that you can easily integrate into your web applications.
12 lines (11 loc) • 359 B
JavaScript
export const emptyTheme = {
root: {
base: "flex max-w-xl mx-auto flex-col items-center justify-center p-6",
},
title: {
base: "mb-[14px] mt-5 text-heading-5 font-medium text-metal-700 dark:text-white",
},
description: {
base: "mb-8 text-center text-body-3 font-normal text-metal-400 dark:text-metal-300",
},
};