UNPKG

@codeshumon/popup-menu

Version:

A lightweight, customizable popup menu component for React with built-in CSS styling and TypeScript support. Features automatic positioning, smooth animations, and responsive design for modern web applications.

3 lines (2 loc) 128 B
export { PopupMenu } from "./PopupMenu"; export type { PopupMenuProps, PositionType, SpecificPositionType } from "./PopupMenu";