Skip to content

Commit ec27354

Browse files
authored
Update SearchData.js
1 parent b1601d6 commit ec27354

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Utils/SearchData.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ export const componentSearchData = [
1717
url: '/components/marquee',
1818
tags: ['slider animation', 'marquee']
1919
},
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+
},
2026
{
2127
title: 'Switch',
2228
description: 'Toggle switch for binary on/off selections',
@@ -416,4 +422,4 @@ export const blocksSearchData = [
416422
url: '/blocks/offer-grid',
417423
tags: ['e-commerce', 'offer', 'product', 'grid layout']
418424
}
419-
];
425+
];

0 commit comments

Comments
 (0)