Simple Slider
Interactive slider component with standard pagination or tabbed interface options for displaying multiple content slides.
Slider as Tabs
Uses the slide title as tab text
Interactive slider component with standard pagination or tabbed interface options for displaying multiple content slides.
Uses the slide title as tab text
Uses the traditional slider pagination
- sectionType: slider
containerTag: section
# container settings
config: '' # "" = default slides, "isTabs" for tabbed interface
slides:
- slideClasses: ''
image:
src: '/assets/images/sample7.jpg'
alt: 'Slider image description'
text:
leadIn: What's this?
title: Slider Number 1
titleTag: 'h2'
subTitle: ''
prose: |-
Slide content description text goes here...
ctas:
- url: '/example.com'
label: 'Learn More'
isButton: true
buttonStyle: 'primary'
Property | Type | Required | Description |
---|---|---|---|
config | string | No | Slider type - "" for default pagination, "isTabs" for tabbed interface |
Property | Type | Required | Description |
---|---|---|---|
slides | array | Yes | Array of slide definitions |
slides[n].slideClasses | string | No | CSS classes for slide style variations |
slides[n].image | object | No | Image with src, alt, and caption |
slides[n].text | object | No | Text content with leadIn, title, titleTag, subTitle, and prose |
slides[n].ctas | array | No | Call-to-action buttons for the slide |