This module allows you to attach JavaScript and CSS libraries to your views by simply providing the library name. This offers a straightforward way to manage assets for your views without complex configurations.
Attaches JS and CSS libraries to views by providing the library name.
Usage
See README.md.
Helpful links
- Adding assets to a Drupal module via *.libraries.yml
- Adding assets to a Drupal theme via *.libraries.yml
Supporting this Module ☕
Found this module useful? Support via PayPal.
Similar projects
- Views Attach Library - Has overhead on every view render due to using Display Extenders and
hook_views_pre_render. - Create an issue if you want to report a similar module to be added.