mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-21 15:52:19 +00:00
material: ActionChip SearchBar: avatar -> avatar-icon (https://github.com/slint-ui/material-components/issues/154)
Imported from 5de14badc5
This commit is contained in:
parent
d43bc60b09
commit
2bc3328ab4
5 changed files with 11 additions and 11 deletions
|
@ -28,7 +28,7 @@ A `SearchBar` is a text input field designed for search functionality, with opti
|
|||
## Properties
|
||||
|
||||
### avatar
|
||||
<SlintProperty propName="avatar" typeName="image">
|
||||
<SlintProperty propName="avatar-icon" typeName="image">
|
||||
An optional avatar image displayed in the search bar.
|
||||
</SlintProperty>
|
||||
|
||||
|
|
|
@ -28,8 +28,8 @@ An `ActionChip` is a compact element that represents an action or choice. It can
|
|||
|
||||
## Properties
|
||||
|
||||
### avatar
|
||||
<SlintProperty propName="avatar" typeName="image">
|
||||
### avatar-icon
|
||||
<SlintProperty propName="avatar-icon" typeName="image">
|
||||
An optional avatar image displayed on the chip.
|
||||
</SlintProperty>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue