geopard/flexgrid

A simple but full featured flexbox grid Package for Neos <i>CMS</i>.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:SCSS

Type:neos-plugin

1.0.2 2023-07-04 19:18 UTC

This package is auto-updated.

Last update: 2024-04-28 11:15:06 UTC


README

A simple but full featured flexbox grid Package for Neos CMS. It's using a 12 grid layout and unique class names.

Why this package?

There are already numerous Neos packages for creating a grid. However, the packages we tested didn't meet all of our needs. This package can be used to create a grid with features listed below. The settings are numerous, but do not have to be made if the use case has to be simple.

Features

Geopard.FlexGrid allows different column sizes to be specified for xs, sm, md, and lg viewports. All following features can be configurated for every available viewport in the neos backend.

  • Auto Sizing
  • Nesting
  • Column Order
  • Column Offset
  • Column position (vertical & horizontal)

Preview *Note that the row padding and colors shown in this preview are for demo purposes only. It's not part of this package.

Installation

composer require geopard/flexgrid

Configuration

No further settings are necessary during installation. Install and get started.

You want to use your own css?

Disable CSS from this package by using the following configuration in your site package settings.yaml:

Geopard:
  FlexGrid:
    includeCss: false