I am a bit struggling with grid layout during my first attempt to create a widget.
Maybe someone can tell me what’s wrong with the following piece of code.
It only displays (in the same order)
“card title”
“card footer”
< the dimmer slider>
I would have expected the other texts as well and the dimmer slider in between the header and the footer.
uid: widget_grid_test
component: f7-card
config:
title: 'card title'
footer: 'card footer'
slots:
default:
- component: f7-block
config:
title: 'Block title'
slots:
default:
- component: f7-row
config:
title: 'Row title'
slots:
default:
- component: oh-slider
- component: f7-row
slots:
default:
- component: label
config:
text: "Label text"
masonry: []