mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
New code highlight spacing
This commit is contained in:
parent
0a416e0545
commit
ce649d5360
743 changed files with 3945 additions and 1967 deletions
|
@ -18,7 +18,8 @@ export default {
|
|||
basic: `
|
||||
<i v-badge="2" class="pi pi-bell p-overlay-badge" style="font-size: 2rem" />
|
||||
<i v-badge.danger="'5+'" class="pi pi-calendar p-overlay-badge" style="font-size: 2rem" />
|
||||
<i v-badge.danger class="pi pi-envelope p-overlay-badge" style="font-size: 2rem" />`,
|
||||
<i v-badge.danger class="pi pi-envelope p-overlay-badge" style="font-size: 2rem" />
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card flex flex-wrap justify-content-center gap-4">
|
||||
|
@ -30,7 +31,8 @@ export default {
|
|||
|
||||
<script>
|
||||
|
||||
<\/script>`,
|
||||
<\/script>
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card flex flex-wrap justify-content-center gap-4">
|
||||
|
@ -42,7 +44,8 @@ export default {
|
|||
|
||||
<script setup>
|
||||
|
||||
<\/script>`
|
||||
<\/script>
|
||||
`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue