Bottom Navigation
Bottom navigation is a menu component that is stickily located at the bottom level of a mobile application.
Properties
| No | Item | Input Value | Default Value | Action Property | Type | Action Default Value | Description |
|---|---|---|---|---|---|---|---|
| 1 | ID | String | bottom_navigation | id | string | bottom_navigation | The [id] property cannot be set by action. |
| 2 | Background Color | String Color Picker | backgroundColor | string | Component background color | ||
| 3 | Icon Color | String Color Picker | iconColor | string | Normal color of icons and text | ||
| 4 | Selected Color | String Color Picker | selectedBackgroundColor | string | Background color of selected item | ||
| 5 | Selected Icon Color | String Color Picker | selectedIconColor | string | Icon and text color of selected item | ||
| 6 | Elevation | Number | 0 | elevation | number | 0 | Shadow size of the component |
| 7 | Value | Tabular[Detail 1] | [Detail 1] | value | array of object | [Detail 1] | Navigation items array |
| 8 | Selected | Selection 1. None 2. [Item Label] | selected | string | ID of the item to be displayed as selected |
[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