UNPKG

ethiopian-datepicker-shadcn

Version:

A ShadCN-styled Ethiopian DatePicker React component using kenat.

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