mirror of https://github.com/layui/layui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
929 B
929 B
title | toc |
---|---|
固定条组件 fixbar | true |
固定条组件
固定条组件
fixbar
是指当滚动条滑动时,始终固定在页面一侧的工具条元素,除了内置的TOP
条功能外,还可以灵活地扩展任意自定义的工具条。在2.x
版本中,fixbar
属于util
模块的子集。
示例
{{- d.include("/fixbar/detail/demo.md") }}
API
API | 描述 |
---|---|
var util = layui.util | 获得 util 模块。 |
util.fixbar(options) | fixbar 组件渲染,核心方法。 |
渲染
util.fixbar(options);
- 参数
options
: 基础属性配置项。#详见属性
属性
{{- d.include("/fixbar/detail/options.md") }}