Skip to content

ZResizable

Resizable component from zurto-ui.

Preview

↔ Resize me

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.