Socket
Socket
Sign inDemoInstall

@ecl/twig-component-news-ticker

Package Overview
Dependencies
3
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ecl/twig-component-news-ticker

ECL News ticker


Version published
Weekly downloads
267
decreased by-0.74%
Maintainers
6
Created
Weekly downloads
 

Changelog

Source

4.0.2

:bug: Bug Fix
  • #3294 fix(featured-item): fix picture spacing - FRONT-4310 (@emeryro)
  • #3295 fix(icon): update x/twitter icon size (@emeryro)
  • #3288 fix(blockquote): Fixing styles for the cite element - FRONT-4306 (@planctus)
  • #3290 fix(blockquote): fix blockquote in wysiwyg - FRONT-4307 (@emeryro)
:nail_care: Enhancement
  • #3293 feat(navigation-list): remove background when there is no border - FRONT-4309 (@emeryro)
  • #3292 feat(navigation-list): reduce spacing - FRONT-4308 (@emeryro)
  • #3252 feat(blockquote): remove italic - FRONT-4273 (@emeryro)
Committers: 2

Readme

Source

ECL News ticker component

npm package: @ecl/twig-component-news-ticker

npm install --save @ecl/twig-component-news-ticker

Parameters:

  • "id" (string) (default: '')
  • "items" (array) (default: []) slide items
    • "content" (string)
    • "link" (string) (optional)
  • "counter_label" (string) (default: 'of')
  • "sr_external" (string) (default: 'External link') screen reader label for external icon
  • "sr_previous" (string) (default: 'Previous news') screen reader label for previous button
  • "sr_next" (string) (default: 'Next news') screen reader label for next button
  • "sr_play" (string) (default: 'Play news ticker') screen reader label for the play button
  • "sr_pause" (string) (default: 'Pause news ticker') screen reader label for the pause button
  • "icon_path" (string) (default: ''): path to the icons svg
  • "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/news-ticker/news-ticker.html.twig' with { 
  id: 'news-ticker-example', 
  icon_path: '/icons.svg', 
  counter_label: 'of', 
  items: [ 
    { 
      content: 'EMA starts rolling review of COVID-19 vaccine Vidprevtyn', 
      link: 'https://www.ema.europa.eu/en/news/ema-starts-rolling-review-covid-19-vaccine-vidprevtyn', 
    }, 
    {
      content:
        'President von der Leyen announced that the EU has achieved its goal of fully vaccinating 70% of its adult population on 31 August',
      link: 'https://ec.europa.eu/commission/presscorner/detail/en/ip_21_4362',
    }, 
    { 
      content:
        'President von der Leyen announced that the EU has achieved its goal of fully vaccinating 70% of its adult population on 31 August', 
    }, 
    ...
  ], 
} %}

Keywords

FAQs

Last updated on 19 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc