• Vant React

FixedView 固定视图

介绍

用于固定在顶部或底部的视图。

代码演示

基础用法

<FixedView position="top">固定在顶部</FixedView>
<FixedView position="bottom">固定在底部</FixedView>

API

Props

参数说明类型默认值
position固定位置,可选值 top bottomstring-
safeArea安全区域,可选值 top bottomstring-
nativeSafeTop是否启用顶部安全区域原生属性booleanfalse
placeholder固定在底部时,是否在标签位置生成一个等高的占位元素boolean-