naive-ui/demo/documentation/components/backTop/enUS/visibilityHeight.md

12 lines
215 B
Markdown
Raw Normal View History

2019-10-16 13:45:13 +08:00
# Visibility Height
```html
<n-back-top
:right="100"
:bottom="100"
:visibility-height="600"
>
<div style="width: 40px; height: 40px; line-height: 40px; text-align: center;">
4
</div>
</n-back-top>
```