MCPcopy
hub / github.com/Open-Legal-Products/mike / cn

Function cn

frontend/src/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}
7
8/**
9 * Calculates the Dice Coefficient between two strings.

Callers 15

DropdownMenuContentFunction · 0.90
DropdownMenuItemFunction · 0.90
DropdownMenuCheckboxItemFunction · 0.90
DropdownMenuRadioItemFunction · 0.90
DropdownMenuLabelFunction · 0.90
DropdownMenuSeparatorFunction · 0.90
DropdownMenuShortcutFunction · 0.90
DropdownMenuSubTriggerFunction · 0.90
DropdownMenuSubContentFunction · 0.90
InputFunction · 0.90
ButtonFunction · 0.90
BadgeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected