Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
import { twMerge } from
"tailwind-merge"
;
6
7
export function cn(...inputs: ClassValue[]) {
8
return twMerge(clsx(inputs));
9
}
10
11
// Layout Component
12
type LayoutProps = {
Callers
5
Layout
Function · 0.70
Main
Function · 0.70
Section
Function · 0.70
Container
Function · 0.70
Article
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected