UNPKG

east-hub-ui

Version:

Modern UI components library built with React and Tailwind CSS 4

7 lines (5 loc) 169 B
import { type ClassValue, clsx } from 'clsx'; import { twMerge } from 'tailwind-merge'; export function cn(...inputs: ClassValue[]) { return twMerge(clsx(inputs)); }