Install
"idle"Ready to install.
Async workflows
InstallStateIconShows the lifecycle of installing a package or application.
Ready to install.
"idle"Ready to install.
"installing"animatedInstalling is in progress.
"installed"Installed successfully.
"error"The install action failed.
Implementation
The component stays presentational. Your application remains in control of async work and business logic. The state prop is a TypeScript string literal union — pass an invalid state and you'll get a type error at build time.
import { InstallStateIcon } from "@stateglyph/react";
<InstallStateIcon state="idle" decorative />