Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jesstelford/react-bsod

:large_blue_circle: A Blue Screen Of Death (bsod) component to display your errors.
https://github.com/jesstelford/react-bsod

bsod death error-handler react

Last synced: 12 days ago
JSON representation

:large_blue_circle: A Blue Screen Of Death (bsod) component to display your errors.

Awesome Lists containing this project

README

        

# react-bsod

`react-bsod` (aka blue screen of death) renders an error in this old-school format:

blue screen of death

This is a drop-in replacement for
[`redbox-react`](https://github.com/commissure/redbox-react)

## Usage

```
npm install --save-dev react-bsod
```

```javascript
import BSOD from 'react-bsod'

const e = new Error('boom')
const bsod =
```

See the [`redbox-react`
documentation](https://github.com/commissure/redbox-react#usage) for a more
detailed explanation of usage.

_Note: All props are passed through to `redbox-react` except `style`, which is
replaced internally_

## Contributing

This is an _open_ open source project; please send your PRs / issues / comments
via GitHub. If your contributions are of high quality, I will grant you commit
access to the repository.