Skip to content

ZNavbar

Navbar component from zurto-ui.

Preview

Import

typescript
import { ZNavbar } from "zurto-ui";

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

tsx
<ZNavbar size="sm">Small</ZNavbar>
<ZNavbar size="md">Medium</ZNavbar>
<ZNavbar size="lg">Large</ZNavbar>

Accessibility

  • ✅ Proper ARIA attributes included
  • ✅ Keyboard navigation support
  • ✅ Screen reader friendly
  • ✅ Focus visible indicators

Released under the MIT License.