
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.
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?