add scrollTop demo for TW

This commit is contained in:
ATAKAN TEPE 2023-08-02 13:28:16 +03:00
parent f4b91cd469
commit 96357a5a1b
4 changed files with 91 additions and 7 deletions

View file

@ -0,0 +1,25 @@
<template>
<DocSectionText v-bind="$attrs">
<p>List of class names used in the styled mode.</p>
</DocSectionText>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Element</th>
</tr>
</thead>
<tbody>
<tr>
<td>p-scrolltop</td>
<td>Container element.</td>
</tr>
<tr>
<td>p-scrolltop-sticky</td>
<td>Container element when attached to its parent.</td>
</tr>
</tbody>
</table>
</div>
</template>