MCPcopy
hub / github.com/nowork-studio/NotFair / cn

Function cn

notfair-cmo/src/lib/utils.ts:4–6  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

2import { twMerge } from "tailwind-merge";
3
4export function cn(...inputs: ClassValue[]) {
5 return twMerge(clsx(inputs));
6}

Callers 15

CronCalendarFunction · 0.90
FilterChipsFunction · 0.90
DayColumnFunction · 0.90
OccurrenceChipFunction · 0.90
CollapsibleSectionFunction · 0.90
PillFunction · 0.90
markdown.tsxFile · 0.90
MarkdownBaseFunction · 0.90
SlashCommandPopoverFunction · 0.90
WorkingIndicatorFunction · 0.90
PhaseChipFunction · 0.90
AgentRenameCardFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected