MCPcopy
hub / github.com/shadcnblocks/kibo / cn

Function cn

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

DialogStackTriggerFunction · 0.90
DialogStackOverlayFunction · 0.90
DialogStackBodyFunction · 0.90
DialogStackContentFunction · 0.90
DialogStackTitleFunction · 0.90
DialogStackDescriptionFunction · 0.90
DialogStackHeaderFunction · 0.90
DialogStackFooterFunction · 0.90
DialogStackNextFunction · 0.90
DialogStackPreviousFunction · 0.90
ThemeSwitcherFunction · 0.90
SnippetFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected