# 使用指南
// 按需引入需要在 app.scss 中引入对应样式 curtain.scss
import { ClCurtain } from "mp-colorui";
# 一般用法
Curtain 幕帘是受控组件,参数 show 来控制是否显示,请关闭时在 onClose 事件中,手动将其参数设置为 false
# 参数说明
# Curtain 参数
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
show | 是否显示 | boolean | false | |
closeWithShadow | 是否点击阴影关闭 | boolean | false | |
closeBtnPosition | 关闭按钮位置 | string | top ,top-ledt ,top-right ,bottom ,bottom-left ,bottom-right | bottom |
# Curtain 事件
事件名称 | 说明 | 返回参数 |
---|---|---|
onClick | 点击幕帘事件 | - |
onClose | 点击关闭按钮事件 | - |
部分功能需扫码预览才能正常显示。