Initial commit
This commit is contained in:
commit
2f5e10140c
133 changed files with 10429 additions and 0 deletions
5
packages/ui/src/libs/cn.ts
Normal file
5
packages/ui/src/libs/cn.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import type { ClassValue } from "clsx";
|
||||
import clsx from "clsx";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
||||
export const cn = (...classLists: ClassValue[]) => twMerge(clsx(classLists));
|
||||
Loading…
Reference in a new issue