Skip to content

Gap 占位间隔

基础用法

  • 顾名思义,就是单纯用来占位的
vue
<template>
	<sn-gap></sn-gap>
</template>

更多演示请下载 demo 查看

属性

参数说明类型默认值可选值
mode占位间隔模式。可选自定义高度、状态栏高度、安全区高度Stringcustomcustom | statusbar | safearea
height占位间隔高度(仅 modecustom 时生效)。String--
bgColor占位间隔背景颜色String$transparent-
borderRadius占位间隔圆角大小String$normal-
customStyle自定义占位间隔样式UTSJSONObject{}-

使用 MIT 协议