Resizable
Accessible resizable panel groups and layouts with keyboard support.
Usage
import {
ResizableHandle,
ResizablePanel,
ResizablePanelGroup,
} from '@abbyyproduct/ui/component/resizable';<ResizablePanelGroup direction="horizontal">
<ResizablePanel>One</ResizablePanel>
<ResizableHandle />
<ResizablePanel>Two</ResizablePanel>
</ResizablePanelGroup>Examples
Default
Vertical
Use the direction prop to set the direction of the resizable panels.
Handle
You can set or hide the handle by using the withHandle prop on the ResizableHandle component.
Last updated on