Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosscom/coss
/ cn
Function
cn
apps/ui/lib/utils.ts:4–6 ·
view source on GitHub ↗
(...inputs: ClassValue[])
Source
from the content-addressed store, hash-verified
2
import
{ twMerge } from
"tailwind-merge"
;
3
4
export
function
cn(...inputs: ClassValue[]) {
5
return
twMerge(clsx(inputs));
6
}
Callers
15
mdx-components.tsx
File · 0.90
ComponentPreview
Function · 0.90
CodeCollapsibleWrapper
Function · 0.90
DocsTableOfContents
Function · 0.90
ComponentSource
Function · 0.90
MobileNav
Function · 0.90
MobileLink
Function · 0.90
Icon
Function · 0.90
Text
Function · 0.90
Button
Function · 0.90
Card
Function · 0.90
CardPanel
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected