Download the PHP package zen0x7/gridder without Composer
On this page you can find all versions of the php package zen0x7/gridder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package gridder
Gridder
A couple of years ago i decide to build nova-gridder
, probably inspired in other developer repository.
By the way, that was abandoned, for several reasons, this is a Nova 5 compatible, fresh grid system implementation based on tailwindcss.
There are no goals to reach some point of development.
Installation
As is usually, you need to install it using composer:
Usage
Basic Usage
Digging deep
Basically works with meta
, you should to define columns per field
and panel
.
Cols attribute is something like, of course, they are responsive breakpoints
:
Advanced usage
If you want to use the gridder
to take more advantage then:
Consider the following Panel
meta attribute value:
Check the comments ...
Right now, you could assign Field
meta attribute value:
How to deal simple as possible, create your own X
class and define arrays to create custom cols configurations.
And after that, basically, use it on gridder
like:
What about the stack
. You can choose if your field will be rendered as stack or in two columns (left label, right value).
License
Consider this as unlicensed piece of code. Right?
Use it for the purpose that you want, there are no private or public usage limitation, including commercial.
Also, there are no need to include this license in any distribution. Feel free to clone, fork, improve, store and/or distribute.