1.2.0 • Published 3 years ago

rc-antd-error-result v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

rc-antd-error-result

Created with TS-Standard - Typescript Standard Style Guide

Demo / Docs / Storybook

Install

npm i rc-antd-error-result

Example

import ErrorResult from 'rc-antd-error-result'

<ErrorResult 
  error={new Error('Some error')}
  title="Something didn't work"
  retry={() => {}}
  cancel={() => {}}
  className='a class name if you want'
/>

You can play around with props in the storybook demo.

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago