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.

This is a component meant to be used as a React Suspense fallback while your widget is loading data.
import {Widget} from "attio/client"

Example

<React.Suspense fallback={<Widget.Loading />}>
  <MySuspensefulWidget />
</React.Suspense>

Props

None.