https://github.com/maifeeulasad/react-mua-error
https://github.com/maifeeulasad/react-mua-error
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maifeeulasad/react-mua-error
- Owner: maifeeulasad
- License: mit
- Created: 2020-08-01T12:39:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T00:20:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-08T15:04:26.753Z (over 1 year ago)
- Language: CSS
- Homepage: https://maifeeulasad.github.io/react-mua-error/
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# react-mua-error
> Just another Error template for React.js
[](https://www.npmjs.com/package/react-mua-error) [](https://standardjs.com)
## Install
```bash
npm install --save react-mua-error
```
## Usage
```jsx
import React, { Component } from 'react'
import Error from 'react-mua-error'
import 'react-mua-error/dist/index.css'
ReactDOM.render(
, document.getElementById('root'))
```
## Sample
- https://codesandbox.io/s/react-mua-error-4bpwf?file=/src/index.js
- https://maifeeulasad.github.io/react-mua-error/

## License
MIT © [maifeeulasad](https://github.com/maifeeulasad)