MCPcopy
hub / github.com/nukeop/nuclear / cn

Function cn

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

TimelineEntryFunction · 0.90
BasicThemesFunction · 0.90
PlaylistActionsFunction · 0.90
PlaylistDetailHeaderFunction · 0.90
PlaylistArtworkFunction · 0.90
TopBarFunction · 0.90
PlayerShellFunction · 0.90
BottomBarFunction · 0.90
PluginStoreItemFunction · 0.90
SelectOptionFunction · 0.90
SelectButtonFunction · 0.90
SectionShellFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected