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

Function cn

src/content/TextAnimations/RotatingText/RotatingText.jsx:8–10  ·  view source on GitHub ↗
(...classes)

Source from the content-addressed store, hash-verified

6import './RotatingText.css';
7
8function cn(...classes) {
9 return classes.filter(Boolean).join(' ');
10}
11
12const RotatingText = forwardRef((props, ref) => {
13 const {

Callers 1

RotatingText.jsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected