Socket
Book a DemoInstallSign in
Socket

@ecl/carousel

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecl/carousel

ECL Carousel

5.0.0-alpha.15
latest
Source
npmnpm
Version published
Weekly downloads
539
43.35%
Maintainers
6
Weekly downloads
 
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 15 Jul 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.