Components
Loading preview...
The AI Message Bar is an interactive chat interface with a modern design featuring a sleek gradient background. It allows users to communicate with an AI assistant through a message input field, displaying both user messages and AI responses in a conversational format. The component includes visual indicators when the AI is "typing," animations for message appearance, and the ability to clear chat history, all within a responsive design that adapts to different screen sizes.
@coderislive07
npx shadcn@latest add https://21st.dev/r/coderislive07/ai-assistatimport * as React from "react"
import AiAssistat from "@/components/ui/ai-assistat"
function DemoAiAssistatBasic() {
return (
<AiAssistat
title="Smart AI Assistant"
description="Interact with an intelligent assistant that understands your queries and provides instant responses."
/>
)
}
export { DemoAiAssistatBasic }