Sample Component Output
To experience the Carousel Component as well as see examples of its configuration options as well as HTML and JSON output, visit the Component Library.
Technical Details
The latest technical documentation about the Carousel Component can be found on GitHub.
Further details about developing Core Components can be found in the Core Components developer documentation.
Deep Linking to a Panel
The Carousel, Tabs, and Accordion Components support linking directly to a panel within the component.
To do this:
- View the page with the component using the View as Published option in the page editor.
- Inspect the content of the page and identify the ID of the panel.
- For example
id="carousel-bfe4fa6647-item-47f1a7ca67-tabpanel"
- For example
- The ID becomes the anchor you can append to the URL using a hash (
#
).- For example
https://wknd.site/content/wknd/language-masters/en/magazine/western-australia.html#carousel-bfe4fa6647-item-47f1a7ca67-tabpanel
- For example
Navigating to the URL with the panel ID as anchor, the browser will scroll directly to the particular component and display the specified panel. If the panel is configured not to be displayed by default, it will be scrolled to automatically.