Skip to content

ZDroppable

Droppable component from zurto-ui.

Preview

Drop zone

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-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

Released under the MIT License.