Back

AI Chat Input

AI-powered chat input with animated placeholder, auto-resize, and send transition.

Category
InputReact
CSS
Custom CSS

Manual

Create a file and paste the following code into it.

src/App.tsx
1
2
3
4
5
6
7
import AiPromptBoxDemo from "@/components/ui/ai-prompt-box-demo";

function App() {
  return <AiPromptBoxDemo />;
}

export default App;

Update the import paths to match your project setup.

Similar screens