Marketing Bento 1 | AI SDK Agents | AI SDK Agents
Download
Get the complete project as a ZIP file ready to use.
CSS
TSX
ZIP
PKG
Hover to process files
Shadcn Registry
Install using CLI or MCP for seamless integration and AI-powered development.
CLI
Fast
npx shadcn..
MCP
AI
@shadcn-mcp
UI
Ready
ui/button
Copy & Paste
Manually copy the component code and integrate into your project.
component.tsx
import
{ Button }
from
"@/components/ui/button"
import
{ useState }
from
"react"
Empty line
export
default
function
Component
()
{
const
[count, setCount]
=
useState
(0)
return
(
<Button
onClick
=
{() => setCount(count + 1)}
>
Click me
(3)
</Button>
)
}
Ready
10 lines
Open in v0
Edit and customize components directly in the v0 editor with live preview.
Open in v0
Edit and customize components directly in the v0 editor
Pro
All patterns
$149
One-time payment
90+ AI patterns
All future patterns
All updates
Commercial use included
Get All Patterns