Skip to content

ZDrawer

Drawer component from zurto-ui.

Preview

Drawer Content

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.