Avatar
An avatar is an iconic image component. It can also be clicked to open a menu.
Tips
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Width | string | 40 | |
Height | string | 40 | |
X | string | ||
Y | string | ||
Size | string | ・Small ・Medium ・Large | Medium |
Variant | select | - Circular - Rounded - Square | OUTLINED |
Color | string color picker | ||
Badge | boolean | - on - off | off |
Visibility | boolean | - on - off | on |
Value | string select dialog | ||
Letter | string | ||
Click Event | select | - None - Menu | None |
Menu Items | table details 1 |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
id | string | automatic | ||
width | string | 40 | ||
height | string | 40 | ||
x | string | |||
y | string | |||
size | string | ・small ・medium ・large | medium | |
variant | string | - circular - rounded - square | circular | |
color | string | |||
badge | boolean | - true - false | false | |
visibility | boolean | - true - false | true | |
value | string | |||
letter | string | |||
menuItems | array of object |
Tips
[Details 1] Menu Item
The default status is registered as follows. Register from the "ADD"
button
To delete, select the check box and click the "DELETE"
button
Select | ID | ICON | LABEL | CLICK EVENT | NEXT UI | URL | DIVIDER |
---|---|---|---|---|---|---|---|
Checkbox | Profile | AccountCircle | Profile | None | No | ||
Checkbox | MFA_Setting | Settings | MFA Setting | NextUi | MFA Setting Step1 | No | |
Checkbox | Change_Password | LockReset | Change password | NextUi | Change Password | No | |
Checkbox | Sign_Out | Logout | Sign out | NextUi | Sign Out | No |
“menuItems” is in the form of an array of objects.
Tips
Event
Event name | Description |
---|---|
onclick | Performs an action when clicked. |