mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 19:30:37 +01:00
refactor(config): break ui.config.ts into separate files (#930)
This commit is contained in:
5
src/runtime/ui.config/elements/avatarGroup.ts
Normal file
5
src/runtime/ui.config/elements/avatarGroup.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
wrapper: 'inline-flex flex-row-reverse justify-end',
|
||||
ring: 'ring-2 ring-white dark:ring-gray-900',
|
||||
margin: '-me-1.5 first:me-0'
|
||||
}
|
||||
Reference in New Issue
Block a user