Skip to content

@drawerly/react / DrawerPlacement

DrawerPlacement

ts
type DrawerPlacement = "top" | "right" | "bottom" | "left";

Placement of a drawer relative to the viewport.

Released under the MIT License.