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
249
decreased by-7.43%
Maintainers
6
Created
Weekly downloads
 

Changelog

Source

4.0.0

:bug: Bug Fix
  • #3257 fix(menu): Preventing page scrolling when opened in mobile, fixing position in mobile - FRONT-4283 (@planctus)
  • #3256 feat(multi-select): fix disabled cursor - FRONT-4278 (@emeryro)
:nail_care: Enhancement
  • #3260 feat(list): Changing dash in unordered list - FRONT-4285 (@planctus)
  • #3259 feat(page-header): Adding wrapper to better handling the spacing - FRONT-4284 (@planctus)
  • #3258 feat(featured-item): Setting white background in EC and EU - FRONT-4280 (@planctus)
:memo: Documentation
  • #3262 chore: Usage page updates for the site-wide components (@planctus)
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 01 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