feat(Input/InputMenu/Select/SelectMenu): handle avatar prop

This commit is contained in:
Benjamin Canac
2024-10-17 18:21:12 +02:00
parent df2013ca92
commit 53a3796d1b
42 changed files with 618 additions and 842 deletions

View File

@@ -136,6 +136,24 @@ props:
---
::
### Avatar
Use the `avatar` prop to show an [Avatar](/components/avatar) inside the Input.
::component-code
---
prettier: true
ignore:
- placeholder
props:
avatar:
src: 'https://github.com/nuxt.png'
size: md
variant: outline
placeholder: 'Search...'
---
::
### Loading
Use the `loading` prop to show a loading icon on the Input.