Skip to content

Commit 9abc9f8

Browse files
committed
improve carousel documentation
it wasn't very clear that we had a component to display images #257
1 parent 346736d commit 9abc9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/sqlpage/migrations/34_carousel.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
INSERT INTO component (name, description, icon, introduced_in_version)
22
VALUES (
33
'carousel',
4-
'A carousel is used to display multiple pieces of visual content without taking up too much space.',
4+
'A carousel is used to display images. When used with multiple images, it will cycle through them automatically or with controls, creating a slideshow.',
55
'carousel-horizontal',
66
'0.18.3'
77
);

0 commit comments

Comments
 (0)