MCPcopy Create free account
hub / github.com/bytebase/bytebase / cn

Function cn

frontend/src/react/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

DatabaseGroupDataTableFunction · 0.90
IssueLabelSelectFunction · 0.90
ScrollFadeFunction · 0.90
AdvancedSearchFunction · 0.90
TaskStatusIconFunction · 0.90
BytebaseLogoFunction · 0.90
EngineIconFunction · 0.90
MaxRowCountSelectFunction · 0.90
IssueSortDropdownFunction · 0.90
PresetButtonsFunction · 0.90
ExportDropdownFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected