UNPKG

@erosnicolau/animated-text

Version:

Advanced React animated text component with comprehensive animation effects

8 lines (7 loc) 206 B
// Utility function for conditional className merging // Simple implementation without external dependencies export function cn(...inputs) { return inputs .filter(Boolean) .join(' '); }