shadcn_ui-popover

Installation
SKILL.md

Shadcn UI — Popover

Instructions

ShadPopover displays rich content in a portal, triggered by a button (or other trigger). Use a ShadPopoverController() to control open/close; call popoverController.toggle from the trigger. Pass popover: (context) => ... returning the overlay widget (e.g. a SizedBox with form fields); child is the trigger widget.

Basic usage

final popoverController = ShadPopoverController();

// dispose: popoverController.dispose();
Installs
22
GitHub Stars
9
First Seen
Apr 13, 2026
shadcn_ui-popover — serverpod/skills-registry