johannessteu/bootstrap-gridsystem
composer require johannessteu/bootstrap-gridsystem
Neos CMS package to wrap bootstraps grid system
Readme excerpt
JohannesSteu.Bootstrap.GridSystemThis packages provides some new NodeTypes to add versatile grid system. All default class names are made for usage with bootstrap (http://getbootstrap.com/css/#grid). This package does not provide any CSS. You can you use your custom stylesheets or include the bootstrap CSS within your site package. It's also possible to configure all class names to you needs.
With this package you will get this NodeTypes
Predefined grids (with layout options):
- 2 Columns (50/50; 25/75; 75/25; 33/66; 66/33; 20/80; 80/20)
- 3 Columns (33/33/33; 25/50/25)
- 4 Columns (25/25/25/25)
Those NodeTypes will p…
Read more
The same vendor provides 5 package(s).