Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/calcom/cal.diy
/ classNames
Function
classNames
packages/ui/classNames.ts:3–5 ·
view source on GitHub ↗
(...classes: unknown[])
Source
from the content-addressed store, hash-verified
1
import
{ twMerge } from
"tailwind-merge"
;
2
3
export
default
function
classNames(...classes: unknown[]) {
4
return
twMerge(classes.filter(Boolean).join(
" "
));
5
}
Callers
15
getIconFromValue
Function · 0.85
OptionWithIcon
Function · 0.85
LocationSelect
Function · 0.85
InputComponent
Function · 0.85
Select
Function · 0.85
SelectWithValidation
Function · 0.85
CheckboxField.tsx
File · 0.85
Day
Function · 0.85
DatePicker
Function · 0.85
DestinationCalendarSelector
Function · 0.85
DefaultOutOfOfficeSlot
Function · 0.85
CalendarInner
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected