Components
ErrorState
ErrorState is a token-driven Sigil component in the feedback and status group.
Import
import { ErrorState } from "@sigil-ui/components";Preview
Usage
<ErrorState title="Something went wrong" description="Use an action to help users recover." />CLI
npx @sigil-ui/cli add error-stateToken Integration
ErrorState follows the Sigil component rules: styles resolve from var(--s-*), class names are mergeable through className, and the component is exported from @sigil-ui/components.