mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Docs typing updates
This commit is contained in:
parent
ca65d7dfdb
commit
cfc8136b25
739 changed files with 2027 additions and 3969 deletions
|
@ -52,8 +52,7 @@ export default {
|
|||
}
|
||||
],
|
||||
code: {
|
||||
basic: `
|
||||
<Carousel :value="products" :numVisible="1" :numScroll="1" orientation="vertical" verticalViewPortHeight="360px"
|
||||
basic: `<Carousel :value="products" :numVisible="1" :numScroll="1" orientation="vertical" verticalViewPortHeight="360px"
|
||||
:responsiveOptions="responsiveOptions" containerClass="w-30rem" contentClass="flex align-items-center">
|
||||
<template #item="slotProps">
|
||||
<div class="border-1 surface-border border-round m-2 text-center py-5 px-3">
|
||||
|
@ -73,8 +72,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
</Carousel>`,
|
||||
options: `
|
||||
<template>
|
||||
options: `<template>
|
||||
<div class="card">
|
||||
<Carousel :value="products" :numVisible="1" :numScroll="1" orientation="vertical" verticalViewPortHeight="360px"
|
||||
:responsiveOptions="responsiveOptions" containerClass="w-30rem" contentClass="flex align-items-center">
|
||||
|
@ -147,8 +145,7 @@ export default {
|
|||
}
|
||||
};
|
||||
<\/script>`,
|
||||
composition: `
|
||||
<template>
|
||||
composition: `<template>
|
||||
<div class="card">
|
||||
<Carousel :value="products" :numVisible="1" :numScroll="1" orientation="vertical" verticalViewPortHeight="360px"
|
||||
:responsiveOptions="responsiveOptions" containerClass="w-30rem" contentClass="flex align-items-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue