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 2w 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

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

2603d 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

29364.3k11](/packages/sitegeist-kaleidoscope)[kaufmanndigital/gdpr-cookieconsent

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

2541.8k](/packages/kaufmanndigital-gdpr-cookieconsent)[neos/seo

SEO configuration and tools for Neos

131.0M28](/packages/neos-seo)[techdivision/ckstyles

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

21175.8k](/packages/techdivision-ckstyles)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1593.1k1](/packages/sitegeist-taxonomy)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

14101.5k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

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