MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / cn

Function cn

apps/ui/src/lib/classnames.ts:12–14  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

10 * consumer prefer that API and add the dependency themselves.
11 */
12export function cn(...inputs: ClassValue[]): string {
13 return twMerge(clsx(inputs));
14}

Callers 15

AppShellPageHeaderFunction · 0.90
AppShellFrameFunction · 0.90
ThemeToggleFunction · 0.90
AppSidebarFunction · 0.90
SwatchFunction · 0.90
TokensFunction · 0.90
AppPageFunction · 0.90
DialogOverlayFunction · 0.90
DialogContentFunction · 0.90
DialogHeaderFunction · 0.90
DialogFooterFunction · 0.90
DialogTitleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected