LoadingState can be very useful as a fallback for React.Suspense.
Props
string
An optional message to display next to the spinner. e.g.
"Loading contacts...".Defaults to "Loading...".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 for showing a loading spinner.
import {LoadingState} from "attio/client"
LoadingState can be very useful as a fallback for React.Suspense.
"Loading contacts...".Defaults to "Loading...".Was this page helpful?