ai-chat-sidebar
delta-components/ai-chat-sidebarFreeBlock
A collapsible sidebar component for AI chat applications
Live preview
live · rendered by the registry
Rendered by delta-components on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://deltacomponents.dev/r/ai-chat-sidebar.jsonSource
1import type React from "react"2import { Plus, Settings } from "lucide-react"34import { ScrollFadeEffect } from "@/components/ui/scroll-fade-effect"5import {6 Sidebar,7 SidebarContent,8 SidebarFooter,9 SidebarGroup,10 SidebarGroupContent,11 SidebarGroupLabel,12 SidebarHeader,13 SidebarMenu,14 SidebarMenuButton,15 SidebarMenuItem,16 SidebarProvider,17 SidebarRail,18 SidebarTrigger,19} from "@/components/ui/sidebar"2021function Logo({ className }: { className?: string }) {22 return (23 <svg24 viewBox="0 0 282 308"25 fill="none"26 xmlns="http://www.w3.org/2000/svg"27 className={className}28 >29 <path30 d="M280.438 295.396L152.117 5.66075C151.645 3.87252 150.584 2.32152 149.12 1.29292C147.665 0.264327 145.896 -0.172778 144.147 0.0619372H120.258C118.509 -0.172778 116.74 0.264327 115.285 1.29292C113.821 2.32152 112.76 3.87252 112.288 5.66075L0.780777 295.396C0.171502 296.774 -0.0839596 298.294 0.0241376 299.81C0.132235 301.327 0.603995 302.788 1.40981 304.052C2.2058 305.318 3.30641 306.345 4.58392 307.034C5.87126 307.725 7.30596 308.054 8.75053 307.993H272.92C279.111 307.993 284.86 300.528 280.438 295.396ZM122.469 127.434L177.775 250.605C178.384 252.07 178.65 253.664 178.551 255.257C178.453 256.85 177.991 258.395 177.215 259.765C176.429 261.133 175.358 262.286 174.07 263.128C172.783 263.969 171.329 264.475 169.815 264.602H68.037C66.4941 264.493 64.9807 264.019 63.6246 263.213C62.2685 262.408 61.1089 261.293 60.2146 259.951C59.3204 258.607 58.7307 257.07 58.4752 255.454C58.2197 253.836 58.318 252.18 58.7504 250.605L106.539 127.434C107.266 125.856 108.397 124.525 109.802 123.594C111.207 122.663 112.838 122.169 114.499 122.169C116.17 122.169 117.791 122.663 119.206 123.594C120.612 124.525 121.741 125.856 122.469 127.434Z"31 fill="currentColor"32 />33 </svg>34 )35}3637// Sample recent chats data38const recentChats = [39 {40 id: "chat_001",41 title:42 "How to build a modern React application with TypeScript and Next.js",43 },44 {45 id: "chat_002",46 title: "Explain machine learning algorithms and their applications",47 },48 { id: "chat_003", title: "Write a Python script for data analysis" },49 {50 id: "chat_004",51 title: "Debug my JavaScript code with complex async operations",52 },53 {54 id: "chat_005",55 title: "CSS flexbox and grid layout comprehensive tutorial",56 },57 {58 id: "chat_006",59 title: "Setting up Docker containerization for microservices architecture",60 },61// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from delta-components
All 93 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| admin-inset-layoutadmin-inset-layout | delta-components | Blocks | Free | 1 dep · 9 files | |
| auth-formauth-form | delta-components | Blocks | Free | 2 deps · 2 files | |
| bottom-mobile-navbottom-mobile-nav | delta-components | Blocks | Free | 1 dep · 3 files | |
| chatbot-windowchatbot-window | delta-components | Blocks | Free | 1 dep · 2 files | |
| interactive-feature-showcaseinteractive-feature-showcase | delta-components | Blocks | Free | no deps · 2 files | |
| mapbox-grid-blockmapbox-grid-block | delta-components | Blocks | Free | no deps | |
| saas-dashboardsaas-dashboard | delta-components | Blocks | Free | 1 dep · 8 files | |
| saas-header-layoutsaas-header-layout | delta-components | Blocks | Free | no deps · 3 files |
