erikdekamps / kingly_paragraph_slideshow
A Drupal recipe that configures a responsive, accessible slideshow paragraph.
Installs: 37
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/core: ^10.3 || ^11
- drupal/paragraphs: ^1.17
- erikdekamps/kingly_minimal: dev-main
- erikdekamps/kingly_page: dev-main
- erikdekamps/kingly_paragraph_card: dev-main
This package is auto-updated.
Last update: 2025-07-29 07:58:10 UTC
README
Installs the necessary configuration for a responsive and accessible slideshow paragraph.
Overview
This recipe creates two new paragraph types:
- Kingly Slideshow: The main container for the slideshow. It includes a title field and responsive settings to control the number of columns displayed on mobile, tablet, and desktop viewports.
- Kingly Slideshow Slide: A paragraph type for an individual slide. It
reuses the fields from the "Kingly Card" paragraph (
field_card_*
) to ensure consistency and data structure reuse.
The frontend rendering is powered by the kingly_minimal:slideshow
Single
Directory Component, which uses the Splide.js library for robust accessibility,
keyboard navigation, and touch support. The individual slides are rendered using
the kingly_minimal:card
SDC.
Dependencies
This recipe requires the following:
kingly_page
recipe (for content placement)kingly_paragraph_card
recipe (for field storage definitions)kingly_minimal
theme (for the required SDCs)