Skip to content

@sqlrooms/ai / PromptSuggestions

Variable: PromptSuggestions

const PromptSuggestions: object

Composable PromptSuggestions component with Container, Item, and VisibilityToggle subcomponents

Type Declaration

NameType
ContainerFC
ItemFC
VisibilityToggleFC

Example

tsx
<PromptSuggestions.Container isLoading={false}>
  <PromptSuggestions.Item text="What are the top selling products?" />
  <PromptSuggestions.Item text="Show me the revenue trends" />
</PromptSuggestions.Container>

<PromptSuggestions.VisibilityToggle />