feat: integrate Radix UI and add sample component

This commit is contained in:
bipproduction
2026-02-09 16:20:27 +08:00
parent 1f03927987
commit 9cc133161c
7 changed files with 301 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ import { createFileRoute, useNavigate } from "@tanstack/react-router";
import { useSnapshot } from "valtio";
import { authClient } from "@/utils/auth-client";
import { authStore } from "../../store/auth";
import { RadixSample } from "@/components/RadixSample";
export const Route = createFileRoute("/dashboard/")({
component: DashboardComponent,
@@ -104,6 +105,8 @@ function DashboardComponent() {
</Group>
</Card>
<RadixSample />
{/* Stats Grid */}
<SimpleGrid cols={{ base: 1, sm: 2, md: 4 }} spacing="lg" mb="xl">
{statsData.map((stat, index) => (