mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
feat(module)!: migrate to reka-ui (#2448)
This commit is contained in:
@@ -5,8 +5,6 @@ import select from './select'
|
||||
export default (options: Required<ModuleOptions>) => {
|
||||
return defu({
|
||||
slots: {
|
||||
value: 'truncate',
|
||||
placeholder: 'truncate text-[var(--ui-text-dimmed)]',
|
||||
input: 'border-b border-[var(--ui-border)]'
|
||||
}
|
||||
}, select(options))
|
||||
|
||||
Reference in New Issue
Block a user