diff --git a/apps/www/pages/reference/primitives/Thread.mdx b/apps/www/pages/reference/primitives/Thread.mdx index fcb4d3d33..a2bed41ca 100644 --- a/apps/www/pages/reference/primitives/Thread.mdx +++ b/apps/www/pages/reference/primitives/Thread.mdx @@ -166,6 +166,68 @@ const ScrollToBottom = () => { }; ``` +### `ThreadPrimitive.Suggestion` + +Shows a suggestion to the user. When the user clicks on the suggestion, the composer's value is set to the suggestion's prompt. + +This primitive renders a ` + ); +}; +``` + ### If Renders children if a condition is met.