MCPcopy
hub / github.com/chronark/highstorm / cn

Function cn

apps/web/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 15

CopyButtonFunction · 0.90
CopyWithClassNamesFunction · 0.90
CardFunction · 0.90
EmptyStateFunction · 0.90
FeedFunction · 0.90
CommandMenuFunction · 0.90
CodeBlockWrapperFunction · 0.90
TreeFunction · 0.90
PricingFunction · 0.90
DialogPortalFunction · 0.90
dialog.tsxFile · 0.90
DialogHeaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected