Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Loader is an animated loading indicator for pending assistant responses.
import { Loader } from "@servicetitan/anvil2-ext-atlas"; function LoadingState() { return <Loader />; }
import { Loader, AtlasHeader } from "@servicetitan/anvil2-ext-atlas"; function LoadingMessage() { return ( <div> <AtlasHeader assistant="Atlas" /> <Loader /> </div> ); }
<Loader />
Loader
Was this page helpful?