SAEL

Popover

An accessible popup anchored to a button.

Made by imskyleen
Loading...

Installation

Usage

<Popover>
  <PopoverTrigger>Open Popover</PopoverTrigger>
  <PopoverContent>Popover Content</PopoverContent>
</Popover>

Props

Animate UI Props

PopoverContent

Prop

Type

Credits

  • We use Base UI for the popover component.
  • We take our inspiration from Shadcn UI for the popover style.

On this page