rc-antd-error-result
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

rc-antd-error-result

Created with TS-Standard - Typescript Standard Style Guide

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.

Readme

Keywords

none

Package Sidebar

Install

npm i rc-antd-error-result

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

9.48 kB

Total Files

15

Last publish

Collaborators

  • programmerraj