Popover
A floating surface anchored to a trigger. Supports four placements.
Installation
Copy the command below and run it in your terminal.
Usage
Import Popover and compose it with sub-components:
Open non-hover popovers make outside document content inert by default. Set inert={false} on Popover.Root only when the surrounding
page must remain interactive.
Examples
Explore the Popover in different placements and compositions.
Basic popover
Placement variants
Anatomy
Popover.Root - Controls popover state.
Popover.Trigger - Opens the popover.
Popover.Content - Renders the popover surface.
Popover.Title - Renders the popover title.
bunx @sivir-ui/svelte add popover