> ## Documentation Index
> Fetch the complete documentation index at: https://docs.budscollab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# JSON-render components

> Host-rendered UI primitives for BudsCollab SDK packages.

JSON-render components are the safe default UI lane. They render through the
BudsCollab host rather than executing package UI code.

Initial public components:

* `Card`
* `Text`
* `Stack`
* `Row`
* `Heading`
* `Muted`
* `DocumentRow`
* `Badge`
* `Divider`
* `KeyValue`
* `ListRow`
* `EmptyState`
* `ActionButton`
* `DataMetric`
* `RefreshButton`
* `SaveToLibraryButton`
* `AppIcon`

Package validation rejects unknown component types.
