mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Fixed #6658 - Add variant prop to Button
This commit is contained in:
parent
3a676127cf
commit
a8b01e31a4
12 changed files with 221 additions and 212 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>When <i>disabled</i> is present, the element cannot be edited and focused.</p>
|
||||
<p>When <i>disabled</i> is present, the element cannot be used.</p>
|
||||
</DocSectionText>
|
||||
<div class="card flex justify-center">
|
||||
<Button label="Submit" disabled />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue