Field Case

Component type

module

Maintenance status

Development status

Component created

Component changed

Content contribution hints related to case, for text fields

Notifies content editors if

  • the case is not compliant with the contribution guideline (e.g. ucfirst, propercase, ...).
  • a certain amount of caps are detected (e.g. caps lock activated).

The contribution hint is displayed while typing to avoid overhead on the field description initial state.

Scroll to element

Component type

module

Maintenance status

Development status

Downloads

1071

Component created

Component changed

Scroll to a html element when clicking on an anchor.

You can configure for which anchors this functionality should be used. you can also configure the animation speed and offset.

If you scroll to a inactive tab, then the tab will also be activated.

Go to /admin/config/scroll-to-element to configure the module.

Text Field Counter

Component type

module

Maintenance status

Development status

Downloads

182

Component created

Component changed

Module summary

This module adds new widgets for the form display of each of the field types that ship with core, both text fields and text areas. The widgets this module provides extend the default core widgets, adding a text counter that displays the remaining number of characters allowed in the field. This counter updates as the user types. There is also a setting for the counter to be above or below the text field. If any field has more characters entered than the field allows, form submission is prevented until the number of characters is adjusted to the correct amount.

React VR

Component type

module

Maintenance status

Development status

Component created

Component changed

What is React VR ?

React VR is a framework for the creation of VR applications that run in your web browser.
It pairs modern APIs like WebGL and WebVR with the declarative power of React, producing experiences that can be consumed through a variety of devices.
Leveraging web technologies and the existing React ecosystem, React VR aims to simplify the construction of 360 experiences and democratize the creation of VR content. I
f you're familiar with React, you can now build in VR – learn once, write anywhere.

Embed Templates

Component type

module

Maintenance status

Development status

Downloads

349

Component created

Component changed

Background:

Clients often have a need for taking code from a third-party service and injecting
that into their site through embed codes. Tracking pixels, third-party forms, and
media assets are good examples of embeds that your clients might request for their
web application.

Theme Breakpoints for Javascript

Component type

module

Maintenance status

Development status

Downloads

3234

Component created

Component changed

This module exposes theme-related breakpoints as directly usable Javascript variables.

Usage

When developing client-side Javascript applications,
you might need to know about the breakpoints your currently used theme defines.
Themes can define breakpoints this way,
but they're not exposed automatically for client-side behaviors.