Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/ai
/ cn
Function
cn
examples/ts-react-search/src/utils/cn.ts:5–7 ·
view source on GitHub ↗
(...inputs: Array<ClassValue>)
Source
from the content-addressed store, hash-verified
3
import
type
{ ClassValue } from
'clsx'
4
5
function
cn(...inputs: Array<ClassValue>) {
6
return
twMerge(clsx(inputs))
7
}
8
9
export
default cn
Callers
15
Label
Function · 0.85
DatePicker
Function · 0.85
Table
Function · 0.85
TableHeader
Function · 0.85
TableBody
Function · 0.85
TableFooter
Function · 0.85
TableRow
Function · 0.85
TableHead
Function · 0.85
TableCell
Function · 0.85
TableCaption
Function · 0.85
PopoverContent
Function · 0.85
Calendar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected