MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / cx

Function cx

src/tailwind/Animations/LogoLoop/LogoLoop.jsx:11–11  ·  view source on GitHub ↗
(...parts)

Source from the content-addressed store, hash-verified

9const toCssLength = value => (typeof value === 'number' ? `${value}px` : (value ?? undefined));
10
11const cx = (...parts) => parts.filter(Boolean).join(' ');
12
13const useResizeObserver = (callback, elements, dependencies) => {
14 useEffect(() => {

Callers 1

LogoLoop.jsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected