Fixed #6658 - Add variant prop to Button

This commit is contained in:
Cagatay Civici 2024-10-28 14:53:33 +03:00
parent 3a676127cf
commit a8b01e31a4
12 changed files with 221 additions and 212 deletions

View file

@ -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 />