xverse-components-container
v1.0.3
Published
xverse components container
Readme
API
| 参数名 | 类型 | 说明 | 默认值 | 是否必填 | 备注 | | -------------- | ---------------- | ------------------ | ------ | -------- | -------------------------------------------------------------------------------------------------------------------------------------------- | | isNoMark | boolean | 是否不响应点击事件 | true | false | 为 true 时,pointerEvents 为 none, 容器不响应点击事件,但不影响子节点的 pointerEvents;为 false 时,pointerEvents 为 all, 容器点击事件才生效 | | enterAnim | | 'left' | | 'right' | | 'top' | | 'bottom' | | 'left-top' | | 'right-top' | | 'right-bottom' | | 'left-bottom' | | 'fade' | | 'alert' | 入场动画效果类型 | - | false | - | | className | string | css 类名 | - | false | - | | style | CSSProperties | | - | false | - | | onClick | () => any | 点击事件 | - | false | 配置前,请确属性中是否开启响应点击的开关 |
