Earthling UI

  1. Components
  2. popover

Popover

Anatomy

<Popover><PopoverTrigger /><PopoverContent><PopoverArrow /></PopoverContent></Popover>

Installation

1
Ensure Earthling UI is installed
bun add earthling-ui
2
Import the component from earthling-ui
import { Popover, PopoverTrigger, PopoverContent, PopoverArrow } from "earthling-ui/popover"
The component is ready to use