You are here

Files in Views Flexbox 8

Primary tabs

File namesort descending Location Namespace Description
Flexbox.php src/Plugin/views/style/Flexbox.php Drupal\views_flexbox\Plugin\views\style
views-view-flexbox.html.twig templates/views-view-flexbox.html.twig Default theme implementation for views to display rows in a grid.
views.style.schema.yml config/schema/views.style.schema.yml config/schema/views.style.schema.yml
views_flexbox.cards.css css/views_flexbox.cards.css .views-view-flexbox.views-flexbox-cards .views-flexbox-item { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; padding: 1em; margin: 1em; display: flex; flex-direction: column; } .views-view-flexbox.views-flexbox-cards…
views_flexbox.css css/views_flexbox.css .views-view-flexbox { display: flex; flex-wrap: wrap; } .views-view-flexbox .views-flexbox-item { flex-grow: 1; } /** Flexbox display **/ .views-view-flexbox.views-flexbox-direction-row { flex-direction:…
views_flexbox.info.yml views_flexbox.info.yml views_flexbox.info.yml
views_flexbox.libraries.yml views_flexbox.libraries.yml views_flexbox.libraries.yml
views_flexbox.module views_flexbox.module Provides an module functionality.

Other projects