mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Migrated demos
This commit is contained in:
parent
1f86b4906f
commit
48f92d3966
454 changed files with 3920 additions and 3920 deletions
|
@ -4,8 +4,8 @@
|
|||
</DocSectionText>
|
||||
<div class="card">
|
||||
<Splitter style="height: 300px">
|
||||
<SplitterPanel class="flex align-items-center justify-content-center" :size="25" :minSize="10"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex align-items-center justify-content-center" :size="75"> Panel 2 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center" :size="25" :minSize="10"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center" :size="75"> Panel 2 </SplitterPanel>
|
||||
</Splitter>
|
||||
</div>
|
||||
<DocSectionCode :code="code" />
|
||||
|
@ -18,16 +18,16 @@ export default {
|
|||
code: {
|
||||
basic: `
|
||||
<Splitter style="height: 300px">
|
||||
<SplitterPanel class="flex align-items-center justify-content-center" :size="25" :minSize="10"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex align-items-center justify-content-center" :size="75"> Panel 2 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center" :size="25" :minSize="10"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center" :size="75"> Panel 2 </SplitterPanel>
|
||||
</Splitter>
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card">
|
||||
<Splitter style="height: 300px">
|
||||
<SplitterPanel class="flex align-items-center justify-content-center" :size="25" :minSize="10"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex align-items-center justify-content-center" :size="75"> Panel 2 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center" :size="25" :minSize="10"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center" :size="75"> Panel 2 </SplitterPanel>
|
||||
</Splitter>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -39,8 +39,8 @@ export default {
|
|||
<template>
|
||||
<div class="card">
|
||||
<Splitter style="height: 300px">
|
||||
<SplitterPanel class="flex align-items-center justify-content-center" :size="25" :minSize="10"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex align-items-center justify-content-center" :size="75"> Panel 2 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center" :size="25" :minSize="10"> Panel 1 </SplitterPanel>
|
||||
<SplitterPanel class="flex items-center justify-center" :size="75"> Panel 2 </SplitterPanel>
|
||||
</Splitter>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue