primevue-mirror/doc/tabs/theming/StyledDoc.vue

34 lines
956 B
Vue
Raw Normal View History

2024-04-19 13:51:57 +00:00
<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-tabs</td>
<td>Container element.</td>
</tr>
<tr>
<td>p-tab</td>
<td>Container of a tab.</td>
</tr>
<tr>
<td>p-tabpanels</td>
<td>Container panels.</td>
</tr>
<tr>
<td>p-tabpanel</td>
<td>Content of a tab panel.</td>
</tr>
</tbody>
</table>
</div>
</template>