Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
import
'./RotatingText.css'
;
7
8
function cn(...classes) {
9
return classes.filter(Boolean).join(
' '
);
10
}
11
12
const RotatingText = forwardRef((props, ref) => {
13
const {
Callers
1
RotatingText.jsx
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected