Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ecto/muni
/ cn
Function
cn
web/src/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
8
ScaleDropdown
Function · 0.90
Inspector
Function · 0.90
ComponentExplorer
Function · 0.90
ModelSelector
Function · 0.90
ComparisonChart
Function · 0.90
HeroViewer
Function · 0.90
Card
Function · 0.90
ViewerPage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected