MCPcopy
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

1import { twMerge } from "tailwind-merge";
2
3export default function classNames(...classes: unknown[]) {
4 return twMerge(classes.filter(Boolean).join(" "));
5}

Callers 15

getIconFromValueFunction · 0.85
OptionWithIconFunction · 0.85
LocationSelectFunction · 0.85
InputComponentFunction · 0.85
SelectFunction · 0.85
SelectWithValidationFunction · 0.85
CheckboxField.tsxFile · 0.85
DayFunction · 0.85
DatePickerFunction · 0.85
DefaultOutOfOfficeSlotFunction · 0.85
CalendarInnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected