
Example
Props
React.ReactNode
required
Decorations to show in the widget.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The legacy app.ts layout is deprecated. New apps use the folder-based layout under src/app/; convert existing apps with the migration guide.
A component to show decorations inside a widget.


import {Widget} from "attio/client"
<Widget.Decoration>
<Badge color="green">42</Badge>
</Widget.Decoration>
Was this page helpful?