App Bar
The app bar is a sticky header component. It can display a drawer or avatar, depending on the configuration
Tips
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Height | number | 64 | |
Color | string color picker | ||
Drawer | boolean | • on • off | on |
Drawer Width | number | ||
Drawer Items | table details1 | details1 | |
Avatar | boolean | • on • off | on |
Avatar Image | string | ||
Avatar Letter | string | ||
Avatar Color | string color picker | ||
Avatar Badge | boolean | • on • off | off |
Avatar Click Event | string | • None • Action | None |
Avatar Menu | table details 2 | details 2 | |
Title | string | App Bar |
Action
item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
id | id | string | automatic | |
height | height | number | 300 | |
color | color | string | ||
drawer | drawer | boolean | • true • false | true |
drawerWidth | drawerWidth | number | ||
drawerItems | drawerItems | array of object | details1 | |
avatar | avatar | boolean | • true • false | true |
avatarImage | avatarImage | string | ||
avatarLetter | avatarLetter | string | ||
avatarColor | avatarColor | string | ||
avatarBadge | avatarBadge | boolean | • true • false | false |
avatarClickEvent | avatarClickEvent | string | • none • action | action |
array of object | details 2 | |||
string | App Bar |
Tips
[Details 1] Drawer
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 | item1 | MoveToInbox | Inbox | None | No | ||
Checkbox | item2 | Starred | None | No | |||
Checkbox | item3 | MoveToInbox | Send Email | None | No | ||
Checkbox | item4 | Drafts | None | Yes | |||
Checkbox | item5 | MoveToInbox | All Mail | None | No | ||
Checkbox | item6 | Trash | None | No | |||
Checkbox | item7 | MoveToInbox | Spam | None | No |
Tips
[Details 2] Menu
A menu is the choices that appear when you click on an icon button. 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 |
Event
None