MCPcopy
hub / github.com/d3george/slash-admin / cn

Function cn

src/utils/index.ts:7–9  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

5 * merge classnames
6 */
7export function cn(...inputs: ClassValue[]) {
8 return twMerge(clsx(inputs));
9}
10
11/**
12 * check if item exists in resourcePool

Callers 15

NavSubItemFunction · 0.90
NavMiniFunction · 0.90
NavRootItemFunction · 0.90
NavHorizontalFunction · 0.90
NavItemFunction · 0.90
GroupFunction · 0.90
NavVerticalFunction · 0.90
NavItemFunction · 0.90
IconFunction · 0.90
CodeBlockFunction · 0.90
HighlightCodeFunction · 0.90
LogoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected