We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8a74e commit 8ab4e70Copy full SHA for 8ab4e70
packages/ui-react/src/components/menu/menu.tsx
@@ -1,5 +1,7 @@
1
+"use client";
2
+
3
import { Menu as MenuPrimitive } from "@base-ui-components/react/menu";
-import { ChevronRightIcon, ChevronsRightIcon } from "lucide-react";
4
+import { ChevronRightIcon } from "lucide-react";
5
import { createContext, useContext } from "react";
6
import { cn } from "../../lib/utils.js";
7
0 commit comments