init: shadcn/ui with new-york style + neutral base

This commit is contained in:
zetaloop
2026-02-20 12:06:51 +08:00
parent 679d1ac9b9
commit f24fb1704e
5 changed files with 4549 additions and 20 deletions
+6
View File
@@ -0,0 +1,6 @@
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}