MCPcopy
hub / github.com/lukevella/rallly / cn

Function cn

packages/ui/src/lib/utils.ts:5–7  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

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

Callers 15

DialogOverlayFunction · 0.90
dialog.tsxFile · 0.90
DialogContentFunction · 0.90
DialogHeaderFunction · 0.90
DialogFooterFunction · 0.90
DialogTitleFunction · 0.90
DialogDescriptionFunction · 0.90
tile.tsxFile · 0.90
ColorPickerFunction · 0.90
label.tsxFile · 0.90
switch.tsxFile · 0.90
BreadcrumbFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected