mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Pages updated v3.21.0
This commit is contained in:
parent
defd6ff6e2
commit
edc9695de0
246 changed files with 33769 additions and 28188 deletions
|
@ -13,27 +13,27 @@
|
|||
<h5>Positions</h5>
|
||||
<div class="grid p-fluid">
|
||||
<div class="col-12 md:col-3">
|
||||
<InputText type="text" placeholder="Right" v-tooltip.right="'Enter your username'" />
|
||||
<InputText v-tooltip.right="'Enter your username'" type="text" placeholder="Right" />
|
||||
</div>
|
||||
<div class="col-12 md:col-3">
|
||||
<InputText type="text" placeholder="Top" v-tooltip.top="'Enter your username'" />
|
||||
<InputText v-tooltip.top="'Enter your username'" type="text" placeholder="Top" />
|
||||
</div>
|
||||
<div class="col-12 md:col-3">
|
||||
<InputText type="text" placeholder="Bottom" v-tooltip.bottom="'Enter your username'" />
|
||||
<InputText v-tooltip.bottom="'Enter your username'" type="text" placeholder="Bottom" />
|
||||
</div>
|
||||
<div class="col-12 md:col-3">
|
||||
<InputText type="text" placeholder="Left" v-tooltip.left="'Enter your username'" />
|
||||
<InputText v-tooltip.left="'Enter your username'" type="text" placeholder="Left" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h5>Focus and Blur</h5>
|
||||
<InputText type="text" placeholder="Focus" v-tooltip.bottom.focus="'Enter your username'" />
|
||||
<InputText v-tooltip.bottom.focus="'Enter your username'" type="text" placeholder="Focus" />
|
||||
|
||||
<h5>Button</h5>
|
||||
<Button type="button" label="Save" icon="pi pi-check" v-tooltip="'Click to proceed'" />
|
||||
<Button v-tooltip="'Click to proceed'" type="button" label="Save" icon="pi pi-check" />
|
||||
|
||||
<h5>Custom Class</h5>
|
||||
<InputText type="text" placeholder="Custom Class" v-tooltip.right="{ value: 'Invalid username', class: 'custom-error' }" />
|
||||
<InputText v-tooltip.right="{ value: 'Invalid username', class: 'custom-error' }" type="text" placeholder="Custom Class" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue