Problem/Motivation
While it's possible to reproduce the styling of cards by fiddling with a bunch of styles there's no quick way to use standardized cards.
Proposed resolution
Create a style plugin that allows setting card styles on the section or block.
It should provide options to:
- Select the preset card styles provided by bootstrap. https://getbootstrap.com/docs/5.3/components/card/#card-styles
- Show the title as a card header. https://getbootstrap.com/docs/5.3/components/card/#header-and-footer
- Support images (kinda like how background images are implemented). https://getbootstrap.com/docs/5.3/components/card/#images
Comments