Shadcn.io is not affiliated with official shadcn/ui
React AI Suggestion
React AI suggestion component with horizontally scrolling quick reply buttons for chat interfaces
Those pill-shaped "quick reply" buttons you see in chatbots? This is how you build them. You get a horizontal scroll area that hides the scrollbar (cleaner look), and each suggestion is a clickable button that passes its text to your handler. Click one, and it either fills the input or submits directly—your call. We put these above or below the input to help users get started or pick common follow-ups. Great for onboarding flows where users might not know what to ask, or for speeding up repetitive interactions.
Suggestion preview
Installation
Related Components
React AI Prompt Input
Message input area
React AI Conversation
Chat container
React AI Message
Chat message bubbles
React AI Open In Chat
External chat links
React AI Toolbar
Action toolbar
React AI Loader
Loading indicator