We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1601d6 commit ec27354Copy full SHA for ec27354
src/Utils/SearchData.js
@@ -17,6 +17,12 @@ export const componentSearchData = [
17
url: '/components/marquee',
18
tags: ['slider animation', 'marquee']
19
},
20
+ {
21
+ title: 'Carousel',
22
+ description: 'A carousel is a rotating set of images or content, often used on websites to showcase featured items or messages.',
23
+ url: 'components/carousel',
24
+ tags: ['carousel', 'animation', 'slider']
25
+ },
26
{
27
title: 'Switch',
28
description: 'Toggle switch for binary on/off selections',
@@ -416,4 +422,4 @@ export const blocksSearchData = [
416
422
url: '/blocks/offer-grid',
417
423
tags: ['e-commerce', 'offer', 'product', 'grid layout']
418
424
}
419
-];
425
+];
0 commit comments