UNPKG

shadcn-typography

Version:

This is a collection of typography components created off of the shadcn/ui website. The components are built using Tailwind CSS and React.

7 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)); }