SuggestedQuestions (concierge)
Clickable starter-question chips for the Dex drawer empty state. Renders a short vertical list using the first two questions from each group in lib/concierge/suggestions.ts (SUGGESTION_GROUPS: Getting started, APIs & SDKs, Build & launch).
components/molecules/concierge/SuggestedQuestions.tsx
Props
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
onSelect | (prompt: string) => void | yes | — | Called with the full prompt of the clicked question |
disabled | boolean | no | false | Disables all chips (e.g. while streaming) |
className | string | no | — | Extra wrapper classes |
Notes
- Questions are a hardcoded constant for now; swap
suggestions.tsfor a CMS source later without touching this component.