An open API service indexing awesome lists of open source software.

https://github.com/js2me/react-simple-error-boundary


https://github.com/js2me/react-simple-error-boundary

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# React Simple Error Boundary

This is simple ErrorBoundary component

## Usage

```tsx
import { ErrorBoundary } from "react-simple-error-boundary";

```