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
|
@ -2,7 +2,7 @@
|
|||
<DocSectionText v-bind="$attrs">
|
||||
<p>Knob can be controlled with custom controls as well.</p>
|
||||
</DocSectionText>
|
||||
<div class="card flex flex-column align-items-center gap-2">
|
||||
<div class="card flex flex-col items-center gap-2">
|
||||
<Knob v-model="value" :size="150" readonly />
|
||||
<div class="flex gap-2">
|
||||
<Button icon="pi pi-plus" @click="value++" :disabled="value >= 100" />
|
||||
|
@ -27,7 +27,7 @@ export default {
|
|||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card flex flex-column align-items-center gap-2">
|
||||
<div class="card flex flex-col items-center gap-2">
|
||||
<Knob v-model="value" :size="150" readonly />
|
||||
<div class="flex gap-2">
|
||||
<Button icon="pi pi-plus" @click="value++" :disabled="value >= 100" />
|
||||
|
@ -48,7 +48,7 @@ export default {
|
|||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card flex flex-column align-items-center gap-2">
|
||||
<div class="card flex flex-col items-center gap-2">
|
||||
<Knob v-model="value" :size="150" readonly />
|
||||
<div class="flex gap-2">
|
||||
<Button icon="pi pi-plus" @click="value++" :disabled="value >= 100" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue