Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shadcnblocks/kibo
/ cn
Function
cn
packages/shadcn-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
DialogStackTrigger
Function · 0.90
DialogStackOverlay
Function · 0.90
DialogStackBody
Function · 0.90
DialogStackContent
Function · 0.90
DialogStackTitle
Function · 0.90
DialogStackDescription
Function · 0.90
DialogStackHeader
Function · 0.90
DialogStackFooter
Function · 0.90
DialogStackNext
Function · 0.90
DialogStackPrevious
Function · 0.90
ThemeSwitcher
Function · 0.90
Snippet
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected