MCPcopy
hub / github.com/linkwarden/linkwarden / cn

Function cn

apps/web/lib/utils.ts:5–7  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

3import { twMerge } from "tailwind-merge";
4
5export function cn(...inputs: ClassValue[]) {
6 return twMerge(clsx(inputs));
7}
8
9export function isPWA() {
10 return (

Callers 15

DraggableListItemFunction · 0.90
DroppableFunction · 0.90
CardFunction · 0.90
SidebarHighlightLinkFunction · 0.90
TextInput.tsxFile · 0.90
renderItemFunction · 0.90
TagListingFunction · 0.90
TagCardFunction · 0.90
SidebarFunction · 0.90
LinkCardFunction · 0.90
LinkListFunction · 0.90
LinkMasonryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected