MCPcopy
hub / github.com/FormidableLabs/nuka-carousel / cls

Function cls

packages/nuka/src/utils/css.ts:3–5  ·  view source on GitHub ↗
(...classes: ClassName[])

Source from the content-addressed store, hash-verified

1type ClassName = string | boolean | undefined;
2
3export function cls(...classes: ClassName[]) {
4 return classes.filter(Boolean).join(' ');
5}

Callers 3

NavButtonsFunction · 0.90
Carousel.tsxFile · 0.90
classNameFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected