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.
- Host: GitHub
- URL: https://github.com/chocolateloverraj/rc-antd-error-result
- Owner: ChocolateLoverRaj
- License: mit
- Created: 2021-10-09T17:51:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T14:40:00.000Z (over 3 years ago)
- Last Synced: 2024-04-24T05:03:19.423Z (about 1 year ago)
- Language: TypeScript
- Size: 1.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rc-antd-error-result

[](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.