MCPcopy Create free account
hub / github.com/code100x/chess / cn

Function cn

apps/frontend/src/lib/utils.ts:4–6  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

2import { twMerge } from "tailwind-merge"
3
4export function cn(...inputs: ClassValue[]) {
5 return twMerge(clsx(inputs))
6}

Callers 11

SideNavFunction · 0.90
SidebarFunction · 0.90
card.tsxFile · 0.90
sheet.tsxFile · 0.90
SheetHeaderFunction · 0.90
SheetFooterFunction · 0.90
button.tsxFile · 0.90
alert-dialog.tsxFile · 0.90
AlertDialogHeaderFunction · 0.90
AlertDialogFooterFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected