Skip to content

ZSidebar

Sidebar component from zurto-ui.

Preview

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.