ZDialog
Dialog component from zurto-ui.
Preview
Import
typescript
import { ZDialog } from "zurto-ui";Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | - | Component content |
className | string | - | 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