Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jesstelford/react-bsod
- Owner: jesstelford
- Created: 2016-08-08T07:42:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T04:24:51.000Z (over 7 years ago)
- Last Synced: 2024-10-13T12:03:43.473Z (28 days ago)
- Topics: bsod, death, error-handler, react
- Language: JavaScript
- Size: 36.1 KB
- Stars: 323
- Watchers: 6
- 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.