We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d146651 commit 70a8c15Copy full SHA for 70a8c15
site/src/components/Popover/Popover.tsx
@@ -1,3 +1,7 @@
1
+/**
2
+ * Copied from shadcn/ui and modified on 12/13/2024
3
+ * @see {@link https://ui.shadcn.com/docs/components/popover}
4
+ */
5
import * as PopoverPrimitive from "@radix-ui/react-popover";
6
import {
7
type ComponentPropsWithoutRef,
0 commit comments