| NavigationRail | height | String | Specify height, default is h-screen |
| NavigationRail | top | Node | Specify the elements that is placed at the top |
| NavigationRail | center | Node | Specify the elements that is placed at the center |
| NavigationRail | bottom | Node | Specify the elements that is placed at the bottom |
| NavRailItem | label | type | Specify the text of the navigation rail item |
| NavRailItem | onClick | Function | Handling click events |
| NavRailItem | icon | Node | Specify an icon |
| NavRailItem | badge | Boolean | Specify if there is a badge |
| NavRailItem | badgeColor | type | Specify badge color |
| NavRailItem | badgeCount | type | Specify badge count |