MCPcopy Create free account
hub / github.com/codeErrorSleep/dbpaw / cn

Function cn

src/components/ui/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

KeyListPanelFunction · 0.90
ColumnAutocompleteInputFunction · 0.90
AIHistoryPopoverFunction · 0.90
CodeBlockFunction · 0.90
AIMarkdownMessageFunction · 0.90
ConnectionTypeStepFunction · 0.90
ChatComposerFunction · 0.90
TableSelectorFunction · 0.90
DialogOverlayFunction · 0.90
DialogContentFunction · 0.90
DialogHeaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected