Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.attio.com/llms.txt

Use this file to discover all available pages before exploring further.

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.