MCPcopy Create free account
hub / github.com/9d8dev/directory / cn

Function cn

components/craft.tsx:7–9  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

5import { twMerge } from "tailwind-merge";
6
7export function cn(...inputs: ClassValue[]) {
8 return twMerge(clsx(inputs));
9}
10
11// Layout Component
12type LayoutProps = {

Callers 5

LayoutFunction · 0.70
MainFunction · 0.70
SectionFunction · 0.70
ContainerFunction · 0.70
ArticleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected