Popover
Displays rich content in a portal, triggered by a button.
Dimensions
Set the dimensions for the layer.
// src/components/ui/popover.tsx — like DropdownMenu but free-form content. Uses data-ui="toggle-pop".
Installation
$ bext ui add popover
Copy and paste the following into src/components/ui/popover.tsx.
// src/components/ui/popover.tsx — like DropdownMenu but free-form content. Uses data-ui="toggle-pop".
This component is interactive — make sure the shared island is loaded (see Islands). It reacts to data-ui="popover" hooks.
On This Page