@ecl-twig/ec-component-ordered-list

2.39.0 • Public • Published

ECL-Twig Ordered list component

npm package: @ecl-twig/ec-component-ordered-list

npm install --save @ecl-twig/ec-component-ordered-list

Parameters

  • "items" (array) (default: [])
    • "label" (string)
    • "nested" (optional) Object of type Ordered List
  • "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'
  • "_compliance_" (boolean) (default: false) Activates debug.

Example:

{% include '@ecl-twig/ec-component-ordered-list/ecl-ordered-list.html.twig' with { 
  items: [ 
    { 
      label: 'Jobs, growth and investment', 
      nested: [ 
        { 
          label: 'Investment Plan for Europe: the Juncker Plan', 
        }, 
        { 
          label: 'European Semester', 
        } 
      ] 
    }, 
    { 
      label: 'Digital single market', 
    }, 
    { 
      label: 'Energy union and climate', 
      nested: [ 
        { 
          label: 'Security, solidarity and trust', 
        }, 
        { 
          label: 'A fully-integrated internal energy market', 
        }, 
        { 
          label: 'Energy efficiency', 
        } 
      ] 
    } 
  ]  
} %}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.39.00latest

Version History

VersionDownloads (Last 7 Days)Published
2.39.00
2.38.00
2.37.01
2.36.00
2.35.22
2.35.10
2.35.01
2.34.01
2.33.20
2.33.10
2.33.00
2.32.00
2.31.10
2.31.00
2.30.00
2.29.00
2.28.10
2.28.00
2.27.00
2.26.00
2.25.11
2.25.00
2.24.01
2.23.00
2.22.10
2.22.00
2.21.00
2.19.00
2.18.00
2.17.30
2.17.00
2.16.11
2.15.11
2.15.00
2.11.20
2.11.10
2.11.01
2.9.10
2.9.00
2.8.00
2.7.00

Package Sidebar

Install

npm i @ecl-twig/ec-component-ordered-list

Weekly Downloads

10

Version

2.39.0

License

EUPL-1.1

Unpacked Size

17.6 kB

Total Files

4

Last publish

Collaborators

  • yhuard
  • planctus
  • kalin.chernev