MCPcopy
hub / github.com/simstudioai/sim / cn

Function cn

packages/emcn/src/lib/cn.ts:15–17  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

13 * Combines class names using clsx and tailwind-merge
14 */
15export function cn(...inputs: ClassValue[]) {
16 return twMerge(clsx(inputs))
17}

Callers 15

getHandleClassesFunction · 0.90
SubflowNodeViewFunction · 0.90
SubBlockRowViewFunction · 0.90
getHandleClassesFunction · 0.90
WorkflowBlockViewFunction · 0.90
NoteBlockViewFunction · 0.90
tooltip.tsxFile · 0.90
ShortcutFunction · 0.90
PreviewFunction · 0.90
BannerFunction · 0.90
DashedDividerLineFunction · 0.90
FieldDividerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected