An open API service indexing awesome lists of open source software.

https://github.com/firesphere/silverstripe-elemental-multicolumn

2-column Element with define-able width.
https://github.com/firesphere/silverstripe-elemental-multicolumn

Last synced: 10 months ago
JSON representation

2-column Element with define-able width.

Awesome Lists containing this project

README

          

# Multicolumn element

A two-column element with defineable width

# Config

Defaults are column widths 1-12.

The second column is calculated from maximum minus set.

Config from yml:

```yaml
---
name: multicolumn-config
---
Firesphere\MultiColumn\Elements\MultiColumnElement:
config:
start: 1
end: 12

```