mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Add case doc
This commit is contained in:
parent
bedb067e4e
commit
b5a7675978
3 changed files with 53 additions and 6 deletions
|
@ -2,12 +2,14 @@
|
|||
<DocSectionText v-bind="$attrs">
|
||||
<p>Currently Aura is the only available preset and more will follow in the upcoming updates.</p>
|
||||
</DocSectionText>
|
||||
<TabView>
|
||||
<TabPanel header="Aura"><DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz /></TabPanel>
|
||||
<TabPanel header="Lara">Under development.</TabPanel>
|
||||
<TabPanel header="Nora">Under development.</TabPanel>
|
||||
<TabPanel header="Material">Under development.</TabPanel>
|
||||
</TabView>
|
||||
<div class="card">
|
||||
<TabView>
|
||||
<TabPanel header="Aura"><DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz /></TabPanel>
|
||||
<TabPanel header="Lara">Under development.</TabPanel>
|
||||
<TabPanel header="Nora">Under development.</TabPanel>
|
||||
<TabPanel header="Material">Under development.</TabPanel>
|
||||
</TabView>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue