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: about 1 year ago
JSON representation
:large_blue_circle: A Blue Screen Of Death (bsod) component to display your errors.
- Host: GitHub
- URL: https://github.com/jesstelford/react-bsod
- Owner: jesstelford
- Created: 2016-08-08T07:42:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T04:24:51.000Z (about 9 years ago)
- Last Synced: 2025-03-30T20:12:18.753Z (about 1 year ago)
- Topics: bsod, death, error-handler, react
- Language: JavaScript
- Size: 36.1 KB
- Stars: 324
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-bsod
`react-bsod` (aka blue screen of death) renders an error in this old-school format:

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.