🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ecl/carousel

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecl/carousel

ECL Carousel

latest
Source
npmnpm
Version
5.0.0-alpha.19.1
Version published
Maintainers
0
Created
Source

npm package: @ecl/carousel

npm install --save @ecl/carousel

Parameters

  • "items" (array) (default: []): List of banner compatible with ECL banner component structure
  • "counter_label" (string) (default: 'of')
  • "sr_description" (string) (default: '') screen reader description of the carousel
  • "sr_role" (string) (default: 'carousel') screen reader localized role for the carousel
  • "sr_slide_role" (string) (default: 'slide') screen reader localized role for the slides
  • "sr_play" (string) (default: 'Play carousel') screen reader label for the play button
  • "sr_pause" (string) (default: 'Pause carousel') screen reader label for the pause button
  • "full_width" (bool) (default: false) Extends the banner to whole viewport when used inside the grid
  • "extra_classes" (optional) (string) (default: '') Extra classes (space separated)
  • "extra_attributes" (optional) (array) (default: []) Extra attributes
    • "name" (string) Attribute name, eg. 'data-test'
    • "value" (string) Attribute value, eg: 'data-test-1'

Example:

{% include '@ecl/carousel/carousel.html.twig' with { 
  sr_description: 'Carousel description here',
  items: [ 
    { 
      title: 'EU Budget for the future', 
      description: 'Innovation, economy, environment and geopolitics', 
      link: { 
        link: { 
          label: 'Subscribe', 
          path: exampleLink, 
          aria_label: 'Subscribe', 
          icon_position: 'after', 
        }, 
        icon: { 
          name: 'corner-arrow', 
          size: 'xs', 
          transform: 'rotate-90', 
        }, 
      }, 
      image:
        'https://inno-ecl.s3.amazonaws.com/media/examples/example-image.jpg', 
      variant: 'image', 
      centered: false, 
    }, 
    ...
  ], 
  counter_label: 'of', 
} %} 

Keywords

ecl

FAQs

Package last updated on 20 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts