StickySectionr
StickySection container msv >= 4.35
Example
bxml
<sticky-section>
<sticky-header>
<view class="header" style="background-color: red;"></view>
</sticky-header>
</sticky-section>
<sticky-section>
<sticky-header>
<view class="header" style="background-color: green;"></view>
</sticky-header>
</sticky-section>
Props
Name | Type | Description | Default |
---|---|---|---|
push-pinned-header | boolean | Specifies the style class to press down on. when hover-class="none" There is no click state effect | true |
padding | array | Specifies whether to prevent this node's ancestor from clicking | [0,0,0,0] |