Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2
import
{ twMerge } from
"tailwind-merge"
;
3
4
export
function
cn(...inputs: ClassValue[]) {
5
return
twMerge(clsx(inputs));
6
}
Callers
15
CronCalendar
Function · 0.90
FilterChips
Function · 0.90
DayColumn
Function · 0.90
OccurrenceChip
Function · 0.90
CollapsibleSection
Function · 0.90
Pill
Function · 0.90
markdown.tsx
File · 0.90
MarkdownBase
Function · 0.90
SlashCommandPopover
Function · 0.90
WorkingIndicator
Function · 0.90
PhaseChip
Function · 0.90
AgentRenameCard
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected