EmptyView
EmptyView 空内容
代码示例
import { BfEmptyView } from '@bud-fe/react-taro-ui';import React from 'react';export default () => {return (<><BfEmptyView text="自定义文案" /></>);};
API
属性名 | 描述 | 类型 | 默认值 |
---|---|---|---|
imageUrl | 图片 url | string | -- |
imageClass | 图片 class | string | -- |
text | 文字 | any | -- |