MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / cn

Function cn

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

Source from the content-addressed store, hash-verified

5import type { ZodType } from 'zod';
6
7export { formatCents, formatDollars, fromMicrodollars } from '@kilocode/app-shared/utils';
8
9export function cn(...inputs: ClassValue[]) {
10 return twMerge(clsx(inputs));
11}
12

Callers 15

KiloCardLayoutFunction · 0.90
ButtonFunction · 0.90
LinkButtonFunction · 0.90
HeaderLogoFunction · 0.90
AnimatedLogoMarkFunction · 0.90
LogosSectionFunction · 0.90
RepositoryMultiSelectFunction · 0.90
ReviewConfigFormFunction · 0.90
DistributionBarListFunction · 0.90
FindingTaxonomySectionFunction · 0.90
SortableTableHeadFunction · 0.90
RepositoryFilterFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected