mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Button updates
This commit is contained in:
parent
daa4e9fd77
commit
98f222cb90
47 changed files with 418 additions and 410 deletions
|
@ -10,8 +10,8 @@
|
|||
</DocSectionText>
|
||||
<div class="card flex flex-column md:flex-row md:justify-content-between row-gap-3">
|
||||
<Button type="button" label="Button 1"></Button>
|
||||
<Button type="button" label="Button 2" class="p-button-secondary"></Button>
|
||||
<Button type="button" label="Button 3" class="p-button-help"></Button>
|
||||
<Button type="button" label="Button 2" severity="secondary"></Button>
|
||||
<Button type="button" label="Button 3" severity="help"></Button>
|
||||
</div>
|
||||
<DocSectionCode :code="code" hideToggleCode importCode hideCodeSandbox hideStackBlitz />
|
||||
</template>
|
||||
|
@ -24,8 +24,8 @@ export default {
|
|||
basic: `
|
||||
<div class="flex flex-column md:flex-row md:justify-content-between row-gap-3">
|
||||
<Button type="button" label="Button 1"></Button>
|
||||
<Button type="button" label="Button 2" class="p-button-secondary"></Button>
|
||||
<Button type="button" label="Button 3" class="p-button-help"></Button>
|
||||
<Button type="button" label="Button 2" severity="secondary"></Button>
|
||||
<Button type="button" label="Button 3" severity="help"></Button>
|
||||
</div>`
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue