MCPcopy
hub / github.com/OpenCut-app/OpenCut / cn

Function cn

apps/web/src/utils/ui.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[]): string {
5 return twMerge(clsx(inputs));
6}

Callers 15

SectionFunction · 0.90
SectionHeaderFunction · 0.90
SectionTitleFunction · 0.90
SectionFieldsFunction · 0.90
SectionFieldFunction · 0.90
SectionContentFunction · 0.90
KeyframeToggleFunction · 0.90
BackgroundSectionFunction · 0.90
ClipEffectsPropertiesFunction · 0.90
ClipEffectSectionFunction · 0.90
SectionFunction · 0.90
SectionHeaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected