Skip to content
On this page

PopupBottom 底部弹框

介绍

底部弹框,支持自定义弹框内容

引入

ts
import { HzPopupBottom } from 'hazel-plus'
import { HzPopupBottom } from 'hazel-plus'

代码演示

API

参数

参数说明类型默认值是否必选
showCloseIcon是否展示底部弹框关闭图标booleanfalse
title底部弹框值string''

事件

事件名说明类型
closeModal关闭弹框事件(Options) => void

Released under the MIT License.