mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 00:15:05 +01:00
chore(Select): add prop for trailingIcon
This commit is contained in:
@@ -323,11 +323,20 @@ const inputGroup = {
|
||||
}
|
||||
|
||||
const textarea = {
|
||||
...input
|
||||
...input,
|
||||
default: {
|
||||
size: 'sm',
|
||||
appearance: 'white'
|
||||
}
|
||||
}
|
||||
|
||||
const select = {
|
||||
...input
|
||||
...input,
|
||||
default: {
|
||||
size: 'sm',
|
||||
appearance: 'white',
|
||||
trailingIcon: 'i-heroicons-chevron-down-20-solid'
|
||||
}
|
||||
}
|
||||
|
||||
const selectMenu = {
|
||||
|
||||
Reference in New Issue
Block a user