Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jamiepine/voicebox
/ cn
Function
cn
app/src/lib/utils/cn.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
MainApp
Function · 0.90
Sidebar
Function · 0.90
AudioBars
Function · 0.90
ListPane
Function · 0.90
ListPaneHeader
Function · 0.90
ListPaneTitleRow
Function · 0.90
ListPaneTitle
Function · 0.90
ListPaneActions
Function · 0.90
ListPaneSearch
Function · 0.90
ListPaneScroll
Function · 0.90
SampleList
Function · 0.90
ProfileCard
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected