components
/components/ui/popover
/components/ui/popover
Installation
Usage
Imports
import {
Popover,
PopoverContent,
PopoverTrigger,
} from "@/components/ui/popover"Code
<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.
Emoji Picker with emoji-mart
Feature-rich, with recents and category tabs. Best when functionality and browsing options are priorities.
Props
<Popover>
| Name | Default | Values |
|---|---|---|
| External Reference | - | - |
<PopoverTrigger>
| Name | Default | Values |
|---|---|---|
| External Reference | - | - |
<PopoverContent>
| Name | Default | Values |
|---|---|---|
| External Reference | - | - |
