mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
@@ -5,7 +5,8 @@ import select from './select'
|
||||
export default (options: Required<ModuleOptions>) => {
|
||||
return defu({
|
||||
slots: {
|
||||
input: 'border-b border-(--ui-border)'
|
||||
input: 'border-b border-(--ui-border)',
|
||||
focusScope: 'flex flex-col min-h-0'
|
||||
}
|
||||
}, select(options))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user