Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

intelektron/i_p_counters

Repository files navigation

Counter paragraph for Droopler

This module is deprecated. It works only with Droopler 1.2. Since version 1.3 it is bundled into Droopler core.

N|Solid

How does it look?

Screen

Installation

  1. Update composer.json

Put this module in the "require" section of your composer.json. I assume you have configured asset-packagist.org and "composer-installers-extender" extension.

"require": {
  "intelektron/i_p_counters":  "^1.0",
  "npm-asset/countup": "^1.9",
  "npm-asset/in-viewport": "^3.6",
}

In the "repositories" section put:

"repositories": {
  "intelektron-counters": {
    "type": "git",
    "url":  "git@github.com:intelektron/i_p_counters.git"
  }
}
  1. Run composer update.
  2. Include module's scss in droopler_subtheme style.scss file
@import "../../../../modules/contrib/i_p_counters/scss/i_p_counters";

Note: Any changes made in this file won't be caught by gulp watch.

  1. Run gulp compile in droopler_subtheme directory
  2. Enable module in Drupal.
  3. Enjoy the new paragraph :-).

About

Counters paragraph for Droopler

Resources

License

Stars

Watchers

Forks

Packages

No packages published