MCPcopy
hub / github.com/coder/mux / cn

Function cn

src/common/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

VimTextArea.tsxFile · 0.90
ToggleGroupFunction · 0.90
Separator.tsxFile · 0.90
HoverClickPopoverFunction · 0.90
getProjectItemClassNameFunction · 0.90
ProjectDragLayerFunction · 0.90
ProjectSidebarInnerFunction · 0.90
TaskGroupListItemFunction · 0.90
ReviewItemFunction · 0.90
ReviewsBannerInnerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected