MCPcopy
hub / github.com/eigent-ai/eigent / cn

Function cn

src/lib/utils.ts:19–21  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

17import { twMerge } from 'tailwind-merge';
18
19export function cn(...inputs: ClassValue[]) {
20 return twMerge(clsx(inputs));
21}
22
23/**
24 * Date/Time Utilities

Callers 15

utils.test.tsFile · 0.90
AccordionSectionFunction · 0.90
ProjectNavListFunction · 0.90
workspaceTabButtonClassFunction · 0.90
NavTabReconnectSuffixFunction · 0.90
tabMainInnerFunction · 0.90
NavTabFunction · 0.90
ProjectNavListRowsFunction · 0.90
SpaceSwitchDropdownFunction · 0.90
BottomActionFunction · 0.90
ProjectPageSidebarFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected