qt-public-ui
Version:
新设计规范下业务组件库
12 lines (11 loc) • 588 B
Markdown
## Sticky
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| onStickyChange | Sticky回调 | (sticky: boolean) => void | - |
| children | children节点 | React.ReactElement \| ((sticky: boolean) => React.ReactElement) | - |
| getContainer | 渲染节点 | (node?: HTMLElement) => HTMLElement | () => document.body |
| offset | 偏移方向 | {top: number, bottom: number} | {top: 0, bottom: 0} |
| zIndex | 元素堆叠顺序 | number | 0 |
| barHeight | bar高度 | number | 56 |
| style | 样式 | React.CSSProperties | - |
| className | 样式名称 | string | - |