Next: (hygguile components container), Previous: (hygguile components button), Up: API
Construct a carousel UI component.
The unique HTML string identifier for the inner carousel list element.
List of symbols representing CSS classes for the <ul> element.
List of symbols specifying the width CSS classes for each carousel item.
List of symbols specifying the height CSS classes for each carousel item.
List of symbols representing CSS classes for each item wrapper
<li>.
List of symbols representing CSS classes for the wrapper <div> of
the content.
List of symbols representing CSS classes for the outer wrapper
<div>.
List of symbols representing base CSS classes for the previous/next buttons.
List of symbols representing additional CSS classes for the left (previous) button.
List of symbols representing additional CSS classes for the right (next) button.
A list of HTML/component S-expression fragments to be rendered as the carousel items.
(carousel #:id "image-carousel"
#:fragments '(((img (@ (src "img1.png"))))
((img (@ (src "img2.png"))))))