| NavigationBar | width | String | Specify the width, by default it is a w-screen |
| NavigationBar | children | Node | Declare the desired NavigationBarItems |
| NavBarItem | onClick | Function | Handling click events. |
| NavBarItem | icon | Node | Specify the desired icon |
| NavBarItem | badge | Boolean | Specify if there is a badge |
| NavBarItem | badgeColor | String | Specify the color of the badge if necessary |
| NavBarItem | badgeText | String | Specify the content on the badge |
| NavBarItem | label | String | Specify a label for the icon |