Components
Components are the building blocks a page renders. Server-side builders — Card, Grid, Stack, Heading, Text, Tabs, Badge, Link, SegmentedControl, and more — compose into a tree, and each serializes to a typed node (type plus props) that the renderer maps to a React component. You can register your own components to extend the registry.