tsimport {ResizeHandle} from '@astryxdesign/core/Resizable'
| Guidance | Practices |
|---|---|
| Do | Use useResizable() with existing XDS layout components. Pass the returned props to the resizable prop on LayoutPanel or SideNav. |
| Do | Provide an accessible label on each ResizeHandle when multiple handles exist (e.g. "Resize sidebar", "Resize terminal"). |
| Don't | Wrap panels in extra container components for resize. The hook-first architecture avoids extra DOM; use it directly on existing components. |