MCPcopy
hub / github.com/codeforreal1/compressO / cn

Function cn

src/utils/tailwind.ts:4–6  ·  view source on GitHub ↗
(...classes: ClassValue[])

Source from the content-addressed store, hash-verified

2import { twMerge } from 'tailwind-merge'
3
4export function cn(...classes: ClassValue[]) {
5 return twMerge(clsx(...classes))
6}

Callers 15

ToasterFunction · 0.90
ThemeSwitcherFunction · 0.90
LayoutFunction · 0.90
TitleFunction · 0.90
ModalContentFunction · 0.90
MarkdownFunction · 0.90
index.tsxFile · 0.90
DividerFunction · 0.90
index.tsxFile · 0.90
UIProviderFunction · 0.90
LinkFunction · 0.90
MediaConfigFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected