xy-empty
v0.2.0
Published
基于 React Hooks 的空状态组件
Downloads
11
Maintainers
Readme
| | | | | | | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | | IE 10+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |
xy-empty
暂时为空的状态, 样式组件。
安装
# yarn
yarn add xy-empty classnames
使用例子
import React from "react";
import ReactDOM from "react-dom";
import Empty from "xy-empty";
ReactDOM.render(<Empty />, container);
何时使用
- 当目前没有数据时,用于显式的用户提示。
- 初始化场景时的引导创建流程。
API
| 属性 | 说明 | 类型 | 默认值 | | ----------- | -------------- | ------------------- | ---------- | | image | 自定义图片地址 | string | 无 | | imageStyle | 图片样式 | React.CSSProperties | 无 | | description | 描述内容 | React.ReactNode | "暂无数据" | | children | 底部操作内容 | React.ReactNode | 无 |
开发
yarn run start
例子
http://localhost:6006
测试
yarn run test
开源许可
xy-empty is released under the MIT license.