We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd20d6 commit ccba432Copy full SHA for ccba432
3 files changed
packages/react/package.json
@@ -78,6 +78,7 @@
78
"eslint-plugin-storybook": "^10.2.13",
79
"framer-motion": "^12.6.0",
80
"jsdom": "^26.1.0",
81
+ "lucide-react": "^0.564.0",
82
"playwright": "^1.58.2",
83
"react": "^19.2.0",
84
"react-dom": "^19.2.0",
packages/react/src/index.ts
@@ -13,6 +13,7 @@ export { NavGroup } from "./NavGroup";
13
export { NavItem } from "./NavItem";
14
export { HeaderNav, HeaderNavItem } from "./HeaderNav";
15
export { ScrollNav, ScrollNavItem } from "./ScrollNav";
16
+export { cn } from "./cn";
17
18
export type {
19
HeaderBehavior,
0 commit comments