chat-suggestions-demo-simple
simple-ai/chat-suggestions-demo-simpleFreeExample
simple-ai publishes no description for this item.
Install it
npx shadcn@latest add https://simple-ai.dev/r/chat-suggestions-demo-simple.jsonSource
1"use client";23import {4 ChatSuggestion,5 ChatSuggestions,6 ChatSuggestionsContent,7 ChatSuggestionsHeader,8 ChatSuggestionsTitle,9} from "@/registry/ui/chat-suggestions";1011export default function ChatSuggestionsDemoSimple() {12 const suggestions = [13 "What can you help me with?",14 "Show me examples",15 "Explain the basics",16 ];1718 return (19 <div className="p-4">20 <ChatSuggestions>21 <ChatSuggestionsHeader>22 <ChatSuggestionsTitle>Quick start:</ChatSuggestionsTitle>23 </ChatSuggestionsHeader>24 <ChatSuggestionsContent>25 {suggestions.map((suggestion) => (26 <ChatSuggestion key={suggestion}>27 {suggestion}28 </ChatSuggestion>29 ))}30 </ChatSuggestionsContent>31 </ChatSuggestions>32 </div>33 );34}
Files it writes
More from simple-ai
All 77 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| chat-input-demo-mentionschat-input-demo-mentions | simple-ai | Examples | Free | no deps | |
| chat-input-demo-simplechat-input-demo-simple | simple-ai | Examples | Free | no deps | |
| chat-input-with-addonschat-input-with-addons | simple-ai | Examples | Free | no deps | |
| chat-message-area-demochat-message-area-demo | simple-ai | Examples | Free | no deps | |
| chat-message-area-demo-alignmentchat-message-area-demo-alignment | simple-ai | Examples | Free | no deps | |
| chat-message-area-demo-streamingchat-message-area-demo-streaming | simple-ai | Examples | Free | no deps | |
| chat-message-demochat-message-demo | simple-ai | Examples | Free | no deps | |
| chat-message-demo-avatar-imagechat-message-demo-avatar-image | simple-ai | Examples | Free | no deps |
