UNPKG

sard-uniapp

Version:

sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库

41 lines (26 loc) 1.01 kB
--- title: TabbarPit subtitle: 标签栏占位 group: 导航组件 version: 1.16+ --- ## 介绍 配合Tabbar组件使用,用于占位。 ## 引入 ```js import TabbarPit from 'sard-uniapp/components/tabbar-pit/tabbar-pit.vue' ``` ## 代码演示 ### 基础使用 在页面放置,即可占据一个和 `Tabbar` 组件高度一致的坑。 <<< @demo/tabbar-pit/demo/Basic.vue ### 底部安全距离 如果要撑开一个 `Tabbar` 高度 + `env(safe-area-inset-bottom)`,可以设置 `safe-area-inset-bottom` 属性。 <<< @demo/tabbar-pit/demo/SafeAreaInsetBottom.vue ## API ### TabbarPitProps | 属性 | 描述 | 类型 | 默认值 | | ---------------------- | ---------------------- | ---------- | ------ | | root-class | 组件根元素类名 | string | - | | root-style | 组件根元素样式 | StyleValue | - | | safe-area-inset-bottom | 是否开启底部安全区适配 | boolean | false |