Skip to content

ZDialog

Dialog component from zurto-ui.

Preview

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.