## Navbar Usage example: ```typescript jsx import { Navbar, Link, HStack, Text, Skeleton } from '@project-1114/ui-kit' const sidebarItems = [ Link1 , Link2 , Link3 ] export function App(){ return ( ) } ```