Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
type
ClassName = string | boolean | undefined;
2
3
export
function
cls(...classes: ClassName[]) {
4
return
classes.filter(Boolean).join(
' '
);
5
}
Callers
3
NavButtons
Function · 0.90
Carousel.tsx
File · 0.90
className
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected