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

https://github.com/chocolateloverraj/rc-antd-error-result

Easy error handling React component using Ant Design.
https://github.com/chocolateloverraj/rc-antd-error-result

Last synced: 2 months ago
JSON representation

Easy error handling React component using Ant Design.

Awesome Lists containing this project

README

        

# rc-antd-error-result

![Created with ](https://img.shields.io/badge/Created%20with-@programmerraj/create-3cb371?style=flat)
[![TS-Standard - Typescript Standard Style Guide](https://badgen.net/badge/code%20style/ts-standard/blue?icon=typescript)](https://github.com/standard/ts-standard)

## [Demo / Docs / Storybook](https://chocolateloverraj.github.io/rc-antd-error-result)

## Install
```
npm i rc-antd-error-result
```

## Example
```jsx
import ErrorResult from 'rc-antd-error-result'

{}}
cancel={() => {}}
className='a class name if you want'
/>
```
You can play around with props in the storybook demo.