Skip to content

@drawerly/react / DrawerlyContainer

DrawerlyContainer() ​

ts
function DrawerlyContainer<TDrawerOptions>(props): ReactNode;

Renders and animates the active drawer stack through a portal.

Type Parameters ​

TDrawerOptions ​

TDrawerOptions extends ReactDrawerOptions = ReactDrawerOptions

Parameters ​

props ​

DrawerlyContainerProps<TDrawerOptions>

Returns ​

ReactNode

Released under the MIT License.