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

Function cn

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

Source from the content-addressed store, hash-verified

4import { motion, AnimatePresence } from 'motion/react';
5
6function cn(...classes) {
7 return classes.filter(Boolean).join(' ');
8}
9
10const RotatingText = forwardRef((props, ref) => {
11 const {

Callers 1

RotatingText.jsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected