components

Popover

Display additional content or action on hover or click

Source CodeRadix UI

Installation

pnpm add @radix-ui/react-popover

Usage

Imports

/components/ui/popover
import {
	Popover,
	PopoverContent,
	PopoverTrigger,
} from "@/components/ui/popover"

Code

/components/ui/popover
<Popover>
	<PopoverTrigger>Open Popover</PopoverTrigger>
	<PopoverContent>This is a simple popover content</PopoverContent>
</Popover>

Examples

Side

Align

Emoji Picker with frimousse

Lightweight and fast, focused on core emojis with minimal overhead. Best for performance-sensitive UI.

JJ
John Jacks11/10/2025 11:24 PM

radian_profile_1146.jpg

background

Emoji Picker with emoji-mart

Feature-rich, with recents and category tabs. Best when functionality and browsing options are priorities.

JJ
John Jacks11/10/2025 11:24 PM

radian_profile_1146.jpg

Background2

Props

<Popover>
NameDefaultValues
External Reference--
<PopoverTrigger>
NameDefaultValues
External Reference--
<PopoverContent>
NameDefaultValues
External Reference--