We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8a8f5 commit b2f7772Copy full SHA for b2f7772
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