mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Migrated demos
This commit is contained in:
parent
1f86b4906f
commit
48f92d3966
454 changed files with 3920 additions and 3920 deletions
|
@ -2,8 +2,8 @@
|
|||
<DocSectionText v-bind="$attrs">
|
||||
<p>Loading state can be used <i>loading</i> property.</p>
|
||||
</DocSectionText>
|
||||
<div class="card flex justify-content-center">
|
||||
<Select placeholder="Loading..." loading class="w-full md:w-14rem"></Select>
|
||||
<div class="card flex justify-center">
|
||||
<Select placeholder="Loading..." loading class="w-full md:w-56"></Select>
|
||||
</div>
|
||||
<DocSectionCode :code="code" />
|
||||
</template>
|
||||
|
@ -14,12 +14,12 @@ export default {
|
|||
return {
|
||||
code: {
|
||||
basic: `
|
||||
<Select placeholder="Loading..." loading class="w-full md:w-14rem"></Select>
|
||||
<Select placeholder="Loading..." loading class="w-full md:w-56"></Select>
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<Select placeholder="Loading..." loading class="w-full md:w-14rem"></Select>
|
||||
<div class="card flex justify-center">
|
||||
<Select placeholder="Loading..." loading class="w-full md:w-56"></Select>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -28,8 +28,8 @@ export default {
|
|||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card flex justify-content-center">
|
||||
<Select placeholder="Loading..." loading class="w-full md:w-14rem"></Select>
|
||||
<div class="card flex justify-center">
|
||||
<Select placeholder="Loading..." loading class="w-full md:w-56"></Select>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue