Primitives
ContentPart
Anatomy
API Reference
Text
Renders the text content of a text content part.
This primitive renders a <span>
element.
useContentPartText
Image
Renders the image content of an image content part.
This primitive renders an <img>
element.
useContentPartImage
Display
Renders the display content of a UI content part. This feature is used by the Vercel RSC runtime.
useContentPartDisplay
InProgress
Renders children only if the content part is in progress. While a message is in progress, the very last content part is considered to be in progress.