mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 02:10:40 +01:00
refactor(config): break ui.config.ts into separate files (#930)
This commit is contained in:
11
src/runtime/ui.config/elements/meterGroup.ts
Normal file
11
src/runtime/ui.config/elements/meterGroup.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
wrapper: 'flex flex-col gap-2 w-full',
|
||||
base: 'flex flex-row flex-nowrap flex-shrink overflow-hidden',
|
||||
background: 'bg-gray-200 dark:bg-gray-700',
|
||||
transition: 'transition-all',
|
||||
rounded: 'rounded-full',
|
||||
shadow: '',
|
||||
default: {
|
||||
size: 'md'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user