chore(Select): add prop for trailingIcon

This commit is contained in:
Benjamin Canac
2023-05-11 14:21:30 +02:00
parent cc65afafbd
commit 0d83366427
2 changed files with 17 additions and 4 deletions

View File

@@ -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 = {