@tongdun/react-ui-exception

基于react的前端错误页面UI组件

Usage no npm install needed!

<script type="module">
  import tongdunReactUiException from 'https://cdn.skypack.dev/@tongdun/react-ui-exception';
</script>

README

NPM version node version Build Codecov NPM Count JavaScript Style Guide License

Install

npm i @tongdun/react-ui-exception

react-ui-exception

API

基础参数

参数 说明 类型 默认值
className 类名 string -
style 样式 object -
img 图片地址 string -
type 错误类型(可自定义) '403','404','500' -
backText 默认的返回按钮文本 ReactNode '返回首页'
title 标题 ReactNode -
possibles 可能原因 Array/ReactNode -

react-ui-exception-403.png