A lightweight floating content component with CSS transitions. Perfect for tooltips, dropdowns, and contextual information.
The static Popover uses CSS transitions for smooth enter/exit animations while avoiding the motion library dependency. Built on Radix UI Popover for robust positioning and accessibility.
import {
Popover,
PopoverTrigger,
PopoverContent,
} from "@/components/ui/static/popover"<Popover>
<PopoverTrigger>Open</PopoverTrigger>
<PopoverContent>Content here</PopoverContent>
</Popover>A simple popover with text content.
Use popovers to display inline forms.
Built on Radix UI Popover with full keyboard and screen reader support.