Skip to main content

Interface: ResizableHandleProps

@arolariu/components


@arolariu/components / ResizableHandleProps

Interface: ResizableHandleProps

Defined in: components/ui/resizable.tsx:31

Props for the ResizableHandle component.

See

react-resizable-panels docs

Extends

  • ComponentProps<typeof ResizablePrimitive.Separator>

Properties

withHandle?

optional withHandle?: boolean

Defined in: components/ui/resizable.tsx:38

Renders a visual drag grip inside the resize handle to indicate that adjacent panels can be resized.

Default

false

See

react-resizable-panels docs

// was this page useful?