Home > @uniformdev/design-system > DrawerRenderer

DrawerRenderer() function

Renders a stack of drawers in a different location than their original position in the component tree. Uses React Portal under the hood. DrawerProvider - Must be rendered inside a <DrawerProvider>.

Signature:

Parameters

Parameter

Type

Description

{ stackId, position, width, minWidth, maxWidth, leftAligned, withoutFluidWidth, ...otherProps }

(not declared)

input

DrawerRendererProps

Returns:

_emotion_react_jsx_runtime.JSX.Element | null

Example

Hello