feat: integrate shadcn/ui, add Button component, and refactor App UI

This commit is contained in:
spinline
2026-01-31 13:47:48 +03:00
parent 52fd512554
commit 63128f8501
11 changed files with 928 additions and 702 deletions

View File

@@ -0,0 +1,5 @@
use tailwind_fuse::merge::tw_merge;
pub fn cn(classes: impl AsRef<str>) -> String {
tw_merge(classes.as_ref())
}