---
title: Navigation   Item
description: NavigationItem content
---

`NavigationItem`

This structure represents a NavigationItem with an icon, text, badge, and empty badge.

- **`icon`** (_image_): The icon to display in the item.
- **`selected-icon`** (_image_): The icon to display in the item when selected.
- **`text`** (_string_): The text to display in the item.
- **`show-badge`** (_bool_): Whether the badge is empty.
- **`badge`** (_string_): The badge to display in the item.