AI Elements
stackfoundry/ai-elementsFreeBlock
Composable AI chat UI primitives inspired by Vercel AI Elements and shadcn/ui conventions.
Install it
npx shadcn@latest add https://stackfoundry.dev/r/ai-elements.jsonSource
1import type { ReactNode } from "react";23export function AIConversation({ children }: { children: ReactNode }) {4 return <div className="flex flex-col gap-3 rounded-lg border p-4">{children}</div>;5}
What it pulls in
Other registry items
Files it writes
More from stackfoundry
All 157 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Account Deletionaccount-deletion | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Modesaccount-modes | stackfoundry | Blocks | Free | no deps · 3 files | |
| Account Settingsaccount-settings | stackfoundry | Blocks | Free | no deps · 2 files | |
| Admin Consoleadmin-console | stackfoundry | Blocks | Free | no deps · 2 files | |
| Agent-Ready Installsagent-ready-installs | stackfoundry | Blocks | Free | no deps · 13 files | |
| AI Chatai-chat | stackfoundry | Blocks | Free | 3 deps · 4 files | |
| AI Chatbot SDKai-chatbot-sdk | stackfoundry | Blocks | Free | 3 deps · 2 files | |
| AI SDKai-sdk | stackfoundry | Blocks | Free | 2 deps · 2 files |
