alphagov / govuk-frontend

GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.
https://frontend.design-system.service.gov.uk/
MIT License
1.17k stars 320 forks source link

[Strech] Investigate how to initialise components that do not require root elements #5217

Open romaricpascal opened 1 month ago

romaricpascal commented 1 month ago

What

Explore if components that do not require a root element, like Analytics could be initialised through the same call that initialises components that have a root element.

Why

To make JavaScript initialisation more consistent

Who needs to work on this

Developers

Who needs to review this

Developers

Done when