import { Meta } from "@storybook/addon-docs";

<Meta title="Components/ServerErrorBoundary/ServerErrorBoundary" />

# ServerErrorBoundary

The ServerErrorBoundary component is used to display fallback error messages with reload link.

### Required Components

This component can be used independently and does not require additional components.

### Accessibility

This component should adhere to the [WAI-ARIA Button](https://www.w3.org/TR/wai-aria-practices-1.1/examples/button/button.html) accessibility guidelines.

#### Keyboard Navigation

These keys provide additional functionality to the component.

| Keys           | Functions                                             |
| -------------- | ----------------------------------------------------- |
| Space or Enter | Selects the button.                                   |
| Tab            | Focuses the button and follows the page tab sequence. |
