joshmens / silverstripe-elemental-three-column
Extends dynamic/silverstripe-elemental-blocks to add a block that adds a Bootstrap three column layout to your page.
Installs: 196
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-19 08:51:42 UTC
README
Extends the SilverStripe Elemental Blocks module to add a block that create a Bootstrap three column layout in your page. This can already be achieved using SilverStripe Elemental List, however this module provides a slightly friendlier approach for non-technical users (e.g. those who are unfamiliar with Bootstrap's CSS classes).
Requirements
- silverstripe/recipe-cms: ^4@dev
- dnadesign/silverstripe-elemental: ^4@dev
- dynamic/silverstripe-elemental-blocks: ^3.0
Installation
composer require joshmens/silverstripe-elemental-three-column
Example usage
Adds a block to display a three column layout on a page. Useful to break up long sections of text.