Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow-ui / index / ResizableProps

Interface: ResizableProps

Defined in: flow-ui/src/components/Resizable.tsx:20

Indexable

[key: string]: unknown

Properties

start?

optional start?: unknown

Defined in: flow-ui/src/components/Resizable.tsx:22

The first pane — left, or top when vertical.


end?

optional end?: unknown

Defined in: flow-ui/src/components/Resizable.tsx:24

The second pane.


orientation?

optional orientation?: "horizontal" | "vertical"

Defined in: flow-ui/src/components/Resizable.tsx:25


defaultSize?

optional defaultSize?: number

Defined in: flow-ui/src/components/Resizable.tsx:27

Starting size of the first pane, as a percentage.


min?

optional min?: number

Defined in: flow-ui/src/components/Resizable.tsx:29

Smallest either pane may become, as a percentage.


class?

optional class?: string

Defined in: flow-ui/src/components/Resizable.tsx:30