Elements Resizable
Back to Elements

Resizable

0 components

UI elements you can copy into your project.

API reference

Generated from each primitive's $props() declaration.

Resizable.Handle

Resizable container with drag handles.

Prop Type Default Description
ref bind: HTMLElement | null null
class as className string
withHandle boolean false
...restProps Record<string, unknown> Remaining attributes, spread onto the underlying element.

Resizable.PaneGroup

Resizable container with drag handles.

Prop Type Default Description
ref bind: HTMLElement | null null
this bind: as paneGroup HTMLElement | null
class as className string
...restProps Record<string, unknown> Remaining attributes, spread onto the underlying element.