Navigation
A navigation component that wraps menu items in a semantic nav element with built-in styling. Features a right border, padding, and background color for vertical navigation layouts.
interface NavigationProps {
children: React.ReactNode;
className?: string;
}