Bottom Navigation
Bottom navigation is a menu component that is stickily located at the bottom level of a mobile application.
Dialog Property
| Item | Input value | Option | Default value |
|---|---|---|---|
| ID | string | bottom_navigation | |
| Background Color | string color picker | ||
| Icon/Text Color | string color picker | ||
| Selected Color | string color picker | ||
| Selected Color/Text Icon | string color picker | ||
| Selected Color/Text Icon | string color picker | ||
| Elevation | number | 0 | |
| Value | table details 1 | details1 | |
| Selected | selected | ・None ・[Item Label] |
Action Property
| 項目 | Properties | Data Type | Options | Default value |
|---|---|---|---|---|
| ID | id | string | bottom_navigation | |
| Background Color | backgroundColor | string | ||
| Icon/Text Color | iconColor | string | ||
| Selected Color | selectedBackgroundColor | string | ||
| Selected Color/Text Icon | selectedBackgroundColor | string | ||
| Selected Color/Text Icon | selectedIconColor | string | ||
| Elevation | elevation | number | 0 | |
| Value | value | array of object details 1 | details1 | |
| Selected | selected | string |
[Details 1] Value (value)
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 |
|---|---|---|---|---|---|---|
| Checkbox | item1 | Restore | Recents | None | ||
| Checkbox | item2 | Favorite | Favorite | None | ||
| Checkbox | item3 | LocationOn | Nearby | None |
Event
None