oscer-io / oscer

A simple CMS and blogging platform as a Laravel package
https://oscer.io/
MIT License
9 stars 2 forks source link

Introduce Cards #147

Closed bambamboole closed 4 years ago

bambamboole commented 4 years ago

This PR introduces Cards to separate form fields.
It defaults to one card if no card is used.
Cards accept an optional parameter width which defaults to full but accepts 1/2,1/3,2/3 etc.

@slashplusweb what do you think?