ZDroppable
Droppable component from zurto-ui.
Preview
Drop zone
Import
typescript
import { ZDroppable } from "zurto-ui";Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | - | Component content |
className | string | - | Additional CSS classes |
Sizes
tsx
<ZDroppable size="sm">Small</ZDroppable>
<ZDroppable size="md">Medium</ZDroppable>
<ZDroppable size="lg">Large</ZDroppable>Accessibility
- ✅ Proper ARIA attributes included
- ✅ Keyboard navigation support
- ✅ Screen reader friendly
- ✅ Focus visible indicators