Skip to main content
import {Widget} from "attio/client"

Example

<Widget.Decoration>
  <Badge color="green">42</Badge>
</Widget.Decoration>

Props

children
React.ReactNode
required
Decorations to show in the widget.
<Badge /> is the only supported decoration.