MCPcopy
hub / github.com/fullcalendar/fullcalendar / joinClassNames

Function joinClassNames

packages/preact/src/util/html.ts:4–6  ·  view source on GitHub ↗
(...args: ClassValue[])

Source from the content-addressed store, hash-verified

2type ClassValue = string | undefined | null | false | number /* number ~ 0 */
3
4export function joinClassNames(...args: ClassValue[]): string {
5 return args.filter(Boolean).join(' ')
6}
7
8/*
9TODO: dedup with @full-ui/headless-grid somehow

Callers 15

renderMethod · 0.90
joinFuncishClassNamesFunction · 0.90
computeRootClassNameFunction · 0.90
renderMethod · 0.90
renderWidgetGroupMethod · 0.90
combineTwoEventUisFunction · 0.90
renderMethod · 0.90
renderMethod · 0.90
renderMethod · 0.90
renderMethod · 0.90
renderMethod · 0.90
renderMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…