Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ecl/carousel

Package Overview
Dependencies
Maintainers
0
Versions
1
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.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
105
Maintainers
0
Weekly downloads
 
Created
Source

npm package: @ecl/carousel

npm install --save @ecl/carousel

Parameters

  • "items" (array) (default: []): List of banner compatible with EC 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" (bools) (default: false) Extends the banner to whole viewport when used inside the grid
  • "icon_path" (string) ) (default: '')
  • "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: { 
          path: '/icons.svg', 
          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', 
  icons_path: '/icons.svg', 
} %} 

Keywords

FAQs

Package last updated on 22 Jan 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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc