Refactor #3832 Refactor #3833 - For Carousel

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-06 11:20:34 +03:00
parent 448e5edc52
commit 97e4ebd09d
3 changed files with 27 additions and 3 deletions

View file

@ -97,6 +97,14 @@ const CarouselSlots = [
{
name: 'item',
description: 'Custom content for the component item.'
},
{
name: 'previcon',
description: 'Custom previous icon template.'
},
{
name: 'nexticon',
description: 'Custom next icon template.'
}
];