mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Migrated demos
This commit is contained in:
parent
1f86b4906f
commit
48f92d3966
454 changed files with 3920 additions and 3920 deletions
|
@ -3,9 +3,9 @@
|
|||
<p>Splitter requires two SplitterPanel components as children which are displayed horizontally by default.</p>
|
||||
</DocSectionText>
|
||||
<div class="card">
|
||||
<Splitter style="height: 300px" class="mb-5">
|
||||
<SplitterPanel class="flex align-items-center justify-content-center"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex align-items-center justify-content-center"> Panel 2 </SplitterPanel>
|
||||
<Splitter style="height: 300px" class="mb-8">
|
||||
<SplitterPanel class="flex items-center justify-center"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center"> Panel 2 </SplitterPanel>
|
||||
</Splitter>
|
||||
</div>
|
||||
<DocSectionCode :code="code" />
|
||||
|
@ -17,17 +17,17 @@ export default {
|
|||
return {
|
||||
code: {
|
||||
basic: `
|
||||
<Splitter style="height: 300px" class="mb-5">
|
||||
<SplitterPanel class="flex align-items-center justify-content-center"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex align-items-center justify-content-center"> Panel 2 </SplitterPanel>
|
||||
<Splitter style="height: 300px" class="mb-8">
|
||||
<SplitterPanel class="flex items-center justify-center"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center"> Panel 2 </SplitterPanel>
|
||||
</Splitter>
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<Splitter style="height: 300px" class="mb-5">
|
||||
<SplitterPanel class="flex align-items-center justify-content-center"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex align-items-center justify-content-center"> Panel 2 </SplitterPanel>
|
||||
<Splitter style="height: 300px" class="mb-8">
|
||||
<SplitterPanel class="flex items-center justify-center"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center"> Panel 2 </SplitterPanel>
|
||||
</Splitter>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -38,9 +38,9 @@ export default {
|
|||
composition: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<Splitter style="height: 300px" class="mb-5">
|
||||
<SplitterPanel class="flex align-items-center justify-content-center"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex align-items-center justify-content-center"> Panel 2 </SplitterPanel>
|
||||
<Splitter style="height: 300px" class="mb-8">
|
||||
<SplitterPanel class="flex items-center justify-center"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center"> Panel 2 </SplitterPanel>
|
||||
</Splitter>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue