Resizable
Accessible resizable panel groups and layouts utilizing blazing-fast native CSS resize semantics.
Basic Usage
Wrap any content in a MayaResizable component. Drag the bottom-right corner to resize.
Resizable Component
Resizable API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
minWidth | string | '180px' | Minimum width allowed for the container. |
minHeight | string | '120px' | Minimum height allowed for the container. |
maxWidth | string | '100%' | Maximum width allowed for the container. |
maxHeight | string | '100%' | Maximum height allowed for the container. |