Error State
Package: @tesserix/web
Import
import { ErrorState, detectErrorType } from '@tesserix/web'Source
- Component:
packages/web/src/components/error-state/error-state.tsx - Story:
packages/web/src/components/error-state/error-state.stories.tsx - Test:
packages/web/src/components/error-state/error-state.test.tsx
Status
- Component implementation file: Present
- Story file: Present
- Test file: Present
Example
import { ErrorState } from '@tesserix/web'
export function DemoErrorState() {
return <ErrorState />
}