Skip to main content
Our docs redesign is live!

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

PropTypeRequiredDefaultDescription
onSelect(prompt: string) => voidyesCalled with the full prompt of the clicked question
disabledbooleannofalseDisables all chips (e.g. while streaming)
classNamestringnoExtra wrapper classes

Notes

  • Questions are a hardcoded constant for now; swap suggestions.ts for a CMS source later without touching this component.