Popover

Floating content panel anchored to a trigger element. Click trigger to toggle. Click outside to close.

import{ Popover } from "@pepulux/ui"

Default

Placements

Props

PropTypeDefaultDescription
trigger*ReactNodeElement that toggles the popover
children*ReactNodePopover panel content
placement"top" | "bottom" | "left" | "right""bottom"Preferred position relative to trigger