Block Class Tags

Component type

module

Maintenance status

Development status

Downloads

374

Component created

Component changed

This module adds that a tagging functionality to the Block Class module by implementing jQuery TextExt.

In addition, other modules can implement their own hook_block_class_tags_classes() and return an array of their own predefined classes they would like to use.

Block Class Tags Gif

Dependencies

React Component

Component type

module

Maintenance status

Development status

Component created

Component changed

React Component

Extend Drupal with React, this module replaces <div class="react-component" data-component="Component"></div> with an instance of the Component specified.

This module includes an extension (React Component Views) that works great with Views and has components for the: Results, Pager and Exposed Filters.
The extension makes it possible to build fully reactive displays, and as an extra feature gives the components an API to fetch data from.

Mason

Component type

module

Maintenance status

Development status

Downloads

2484

Component created

Component changed

Provides Mason integration to create a perfect gapless grid of elements.
This is not Masonry, or Isotope or Gridalicious. Mason fills in those ugly gaps, and creates a perfectly filled space.

The module provides a Views style plugin to return results as a Mason grid.

Blazy

Component type

module

Maintenance status

Development status

Downloads

104748

Component created

Component changed

Provides integration with bLazy to lazy load and multi-serve images to save bandwidth and server requests. The user will have faster load times and save data usage if they don't browse the whole page.
A friend of mobile devices. Do not let images, especially iframes, kill mobile device traffics.

Better Jump Menu

Component type

module

Maintenance status

Development status

Downloads

3506

Component created

Component changed

Better Jump Menu is a module who provides:

  • The Drupal menu blocks with menu links in a select box instead of a list.
  • A Views style plugins to display links into a select box.
  • It can display any entity field in a select list, see features below.

This module has been made to cope with bugs in the original CTools implementation but some new features has been added.

GridStack

Component type

module

Maintenance status

Development status

Downloads

2781

Component created

Component changed

GridStack provides integration with gridstack.js as a dynamic layout builder for both magazine layout, and static float grid layout like Bootstrap, or Foundation, with drag-and-drop. GridStack magazine layouts are exposed to field formatters and Views style plugin. Its static layouts to core Field layout, DS, Panelizer, Widget, etc.

Themers Little Helper

Component type

module

Maintenance status

Development status

Downloads

1059

Component created

Component changed

Description

Some of the Filters and functions, backported from TFD7 theme engine and other things that can help a themer getting
stuff done without to much hassle :)

And some of the other filters and functions are copied from other Twig extensions, mainly for our own convenience
and to prevent from having to enable a lot of Twig extensions in a project.

All the filters are aware of Drupal Render array or Markup objects where needed. But this is not 100% watertight