Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Openpanel-dev/openpanel
/ cn
Function
cn
apps/start/src/utils/cn.ts:5–7 ·
view source on GitHub ↗
(...inputs: ClassValue[])
Source
from the content-addressed store, hash-verified
3
import
{ twMerge } from
'tailwind-merge'
;
4
5
export
function
cn(...inputs: ClassValue[]) {
6
return
twMerge(clsx(inputs));
7
}
Callers
15
DeltaChip
Function · 0.90
ActionCTAButton
Function · 0.90
PageContainer
Function · 0.90
WidgetHead
Function · 0.90
WidgetTitle
Function · 0.90
WidgetBody
Function · 0.90
Widget
Function · 0.90
Stats
Function · 0.90
StatsCard
Function · 0.90
Card
Function · 0.90
FullPageEmptyState
Function · 0.90
SidebarOrganizationMenu
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected