EmptyView
EmptyView 空内容
代码示例
import { BfEmptyView } from '@bud-fe/react-taro-ui';import React from 'react';export default () => {return (<><BfEmptyView text="自定义文案" /></>);};
API
Name | Description | Type | Default |
---|---|---|---|
imageUrl | 图片 url | string | -- |
imageClass | 图片 class | string | -- |
text | 文字 | ReactNode | -- |