Skip to content

ZSortable

Sortable component from zurto-ui.

Preview

☰ Item A
☰ Item B
☰ Item C

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.