Docs typing updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-08-16 16:58:31 +03:00
parent ca65d7dfdb
commit cfc8136b25
739 changed files with 2027 additions and 3969 deletions

View file

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