bento-grid-custom-demo
jolyui-ui/bento-grid-custom-demoFreeExample
jolyui/ui publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by jolyui/ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://jolyui.dev/r/bento-grid-custom-demo.jsonSource
1"use client";23import {4 ArrowUpRight,5 Brain,6 Cpu,7 Globe,8 Layers,9 Sparkles,10} from "lucide-react";11import { Badge } from "@/components/ui/badge";12import { Button } from "@/components/ui/button";13import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";14import { BentoGrid } from "@/registry/default/ui/bento-grid";1516export default function BentoGridCustomDemo() {17 return (18 <BentoGrid className="mx-auto max-w-7xl gap-4 p-4">19 {/* Main AI Intelligence Card */}20 <Card className="relative overflow-hidden border-primary/20 bg-gradient-to-br from-indigo-500/10 via-purple-500/5 to-background md:col-span-2 lg:row-span-2">21 <div className="absolute -top-20 -right-20 h-64 w-64 rounded-full bg-primary/10 blur-3xl" />22 <CardHeader className="relative z-10 pb-2">23 <div className="flex items-center justify-between">24 <Badge25 variant="outline"26 className="border-primary/30 bg-primary/10 text-primary"27 >28 <Brain className="mr-1 h-3 w-3" />29 AI Core v2.430 </Badge>31 <span className="text-muted-foreground text-xs">32 Updated 2m ago33 </span>34 </div>35 <CardTitle className="mt-4 font-bold text-3xl tracking-tight">36 Neural Network <br />37 <span className="text-primary">Intelligence Hub</span>38 </CardTitle>39 </CardHeader>40 <CardContent className="relative z-10 space-y-8">41 <p className="max-w-md text-muted-foreground">42 Real-time processing of over 1.2M data points per second with43 predictive modeling and automated anomaly detection.44 </p>4546 <div className="grid grid-cols-2 gap-6">47 <div className="space-y-1">48 <p className="text-muted-foreground text-xs uppercase tracking-wider">49 Accuracy50 </p>51 <p className="font-bold font-mono text-2xl text-emerald-500">52 99.98%53 </p>54 </div>55 <div className="space-y-1">56 <p className="text-muted-foreground text-xs uppercase tracking-wider">57 Latency58 </p>59 <p className="font-bold font-mono text-2xl text-blue-500">14ms</p>60 </div>61 </div>6263 <div className="flex flex-wrap gap-2">64 <Button size="sm" className="shadow-lg shadow-primary/20">65// … truncated
What it pulls in
Other registry items
Files it writes
More from jolyui/ui
All 199 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| ai-prompt-box-demoai-prompt-box-demo | jolyui/ui | Examples | Free | no deps | |
| ai-prompt-box-loading-demoai-prompt-box-loading-demo | jolyui/ui | Examples | Free | no deps | |
| animated-beam-bidirectional-demoanimated-beam-bidirectional-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-curved-demoanimated-beam-curved-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-demoanimated-beam-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-beam-multiple-demoanimated-beam-multiple-demo | jolyui/ui | Examples | Free | 1 dep | |
| animated-table-basic-demoanimated-table-basic-demo | jolyui/ui | Examples | Free | no deps | |
| animated-table-column-demoanimated-table-column-demo | jolyui/ui | Examples | Free | no deps |
