Uikit Node Accordion
Categories
Component ID
2865655
Component name
Uikit Node Accordion
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
150
Component created
Component changed
Component body
UPDATE: Due to the uncertainty regarding the future of Uikitty base theme, the next version of Uikit Node Accordion will seek new ways to use the Uikit libraries.
This is a Views Plugin that provides a lightweight accordion node teaser. It requires Uikit, which has been adapted for Drupal 8 in the Uikitty base theme. The module comes with a view definition for out-of-the-box implementation.
Installation instructions:
- Make sure your Article content type has the standard "Title", "Body" and "Image" fields. These are Drupal defaults, no worries unless you have deleted them for some reason.
- Install and activate the module
- Include the Uikit accordion component in your front twig template. If your theme is based on Uikitty, you may use the following snippet:
{{ attach_library('uikitty/accordion') }}. As always, caches have to be cleared. - Demo view page has relative path: /uikit-node-accordion
