UNPKG

aeriui

Version:

A modern, accessible, and highly customizable React UI library built with TypeScript and Tailwind CSS.

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