feat(InputMenu/Select/SelectMenu): arrow prop implementation (#2503)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Alexander
2024-10-31 19:09:24 +05:00
committed by GitHub
parent c85ba43040
commit f26f6c8168
12 changed files with 321 additions and 10 deletions

View File

@@ -251,6 +251,31 @@ props:
---
::
### Arrow
Use the `arrow` prop to display an arrow on the InputMenu.
::component-code
---
prettier: true
ignore:
- items
- modelValue
- arrow
external:
- items
- modelValue
props:
modelValue: Backlog
arrow: true
items:
- Backlog
- Todo
- In Progress
- Done
---
::
### Color
Use the `color` prop to change the ring color when the InputMenu is focused.