MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / cn

Function cn

frontend/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}
8
9/**
10 * Format XML string with proper indentation and line breaks

Callers 15

ShimmerComponentFunction · 0.90
reasoning.tsxFile · 0.90
DialogOverlayFunction · 0.90
DialogContentFunction · 0.90
DialogHeaderFunction · 0.90
DialogFooterFunction · 0.90
DialogTitleFunction · 0.90
DialogDescriptionFunction · 0.90
LabelFunction · 0.90
SwitchFunction · 0.90
CardFunction · 0.90
CardHeaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected