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

https://github.com/maifeeulasad/react-mua-error


https://github.com/maifeeulasad/react-mua-error

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# react-mua-error

> Just another Error template for React.js

[![NPM](https://img.shields.io/npm/v/react-mua-error.svg)](https://www.npmjs.com/package/react-mua-error) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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/

![snap-react-mua-error](https://raw.githubusercontent.com/maifeeulasad/react-mua-error/62d4d7b54a33f3e548feb859a2d723c9e1df658a/react_mua_error.png)

## License

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