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 f5b7763 commit c509ccaCopy full SHA for c509cca
src/lib/utils.ts
@@ -0,0 +1,6 @@
1
+import { clsx, type ClassValue } from "clsx";
2
+import { twMerge } from "tailwind-merge";
3
+
4
+export function cn(...inputs: ClassValue[]) {
5
+ return twMerge(clsx(inputs));
6
+}
0 commit comments