import type { Meta, StoryObj } from "@storybook/react-vite"; import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/components/ui/card"; const meta = { title: "UI/Card", component: Card, // Card requires `children`; every story supplies its own via `render`, so this // is just a placeholder to satisfy the arg type. args: { children: null }, } satisfies Meta; export default meta; type Story = StoryObj; export const HostCard: Story = { render: () => (
ENRICOS-DESKTOP online
RTX 5070 Ti · NVENC · 5120×1440 @ 240
Paired 2 days ago. Last session 11 ms p50 capture→present.
), };