Sticky 吸顶容器 VIP专属

概述

Sticky 吸顶容器,用于将标题栏在滚动时固定到页面顶部。

温馨提示

  • 组件父元素不能使用overflow:hidden或者overflow:auto属性,且父元素的高度不能低于sticky元素的高度。

  • sticky组件如果在scroll-view中使用,在scroll-view内套一个view。

# 引入

# 引入

以下介绍两种常用的引入方式。
第一种:在页面json文件中引入
{
  "navigationBarTitleText": "吸顶容器",
  "usingComponents": {
    "fui-sticky":"/components/firstui/fui-sticky/fui-sticky"
  }
}
1
2
3
4
5
6
第二种:在根目录app.json文件中全局引入
"usingComponents": {
    "fui-sticky":"components/firstui/fui-sticky/fui-sticky"
}
1
2
3

# 代码演示

代码演示、属性列表等详细内容仅VIP用户可查看。
你真是个小机灵鬼~
VIP专属 该内容仅VIP用户可查看!
前往官网开通会员

示例预览

# 特别说明

该组件为付费组件,微信小程序版VIP用户可免费使用 。

开通会员 (opens new window)

Last Updated: 10/7/2023, 12:14:41 PM