We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055f1a1 commit 268dfa9Copy full SHA for 268dfa9
lib/utils.ts
@@ -0,0 +1,7 @@
1
+import { clsx } from "clsx"
2
+import type { ClassValue } from "clsx"
3
+import { twMerge } from "tailwind-merge"
4
+
5
+export function cn(...inputs: ClassValue[]) {
6
+ return twMerge(clsx(inputs))
7
+}
0 commit comments