PHPackages                             onedrop/spacing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. onedrop/spacing

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

onedrop/spacing
===============

Adds mixins to add space to top and bottom of each content component

1.0(7y ago)0227GPL-3.0CSS

Since May 14Pushed 7y ago2 watchersCompare

[ Source](https://github.com/1drop/Onedrop.Spacing)[ Packagist](https://packagist.org/packages/onedrop/spacing)[ RSS](/packages/onedrop-spacing/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Onedrop.Spacing
===============

[](#onedropspacing)

Add space to any content element on the page.

Setup
-----

[](#setup)

```
composer require 'onedrop/spacing'

```

Add the `Onedrop.Spacing:Mixin.Spacing` mixin to any nodetype that you would want to link to.

E.g. this code will add such ability to every Content nodetype:

```
'Neos.Neos:Content':
  superTypes:
    'Onedrop.Spacing:Mixin.Spacing': true
```

Add the `Onedrop.Spacing:SpaceWrapperBefore` and `Onedrop.Spacing:SpaceWrapperAfter` processor to the same nodetype renderer to insert an anchor tag with the given id before it.

E.g.:

```
prototype(Neos.Neos:Content) {
    @process.prependSpace = Onedrop.Spacing:SpaceWrapperBefore
    @process.appendSpace = Onedrop.Spacing:SpaceWrapperAfter
}

prototype(Neos.Neos:ContentComponent) {
    @process.prependSpace = Onedrop.Spacing:SpaceWrapperBefore
    @process.appendSpace = Onedrop.Spacing:SpaceWrapperAfter
}

```

To enable the styles set this is your `Settings.yaml`

```
Onedrop:
  Spacing:
    includeStyles: true

```

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2648d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c9981d7d0fbccdbcdcabb31ab1c3db179c18de527d2f9cb73a8fc347a6b00bc9?d=identicon)[onedrop](/maintainers/onedrop)

---

Top Contributors

[![beardcoder](https://avatars.githubusercontent.com/u/9371658?v=4)](https://github.com/beardcoder "beardcoder (1 commits)")

### Embed Badge

![Health badge](/badges/onedrop-spacing/health.svg)

```
[![Health](https://phpackages.com/badges/onedrop-spacing/health.svg)](https://phpackages.com/packages/onedrop-spacing)
```

###  Alternatives

[sitegeist/kaleidoscope

Responsive-images for Neos

29377.0k14](/packages/sitegeist-kaleidoscope)[neos/seo

SEO configuration and tools for Neos

131.0M35](/packages/neos-seo)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2543.0k](/packages/kaufmanndigital-gdpr-cookieconsent)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21183.4k](/packages/techdivision-ckstyles)[neos/demo

Site package for the Neos Demo Site

18191.3k12](/packages/neos-demo)[psmb/flatnav

Custom navigation module for Neos CMS

2545.3k](/packages/psmb-flatnav)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
