OH3 - basic question to oh-list-item

I try to create a basic widget using a oh-list-item, but I only see content if I use a f7-list-item, the oh-list-items do not show up:

Screenshot at 2021-04-18 17-59-07

I assume I make a very basic mistake in my code, but I do not see the problem:

uid: test_1
tags: []
props:
  parameters: []
  parameterGroups: []
timestamp: Apr 17, 2021, 8:27:02 PM
component: oh-list-card
slots:
  default:
    - component: f7-list-item
      config:
        title: f7 list item
    - component: oh-list-item
      config:
        title: oh list item 1
    - component: oh-list
      slots:
        default:
          - component: oh-list-item
            config:
              title: oh list item 2
            slots:
              after:      
                - component: oh-stepper
                  config:
                    item: GenericComfoAirVentilationSystem_TargetTemperature
                    step: 0.5
                    small: true

I did check the documentation and examples, but could not find where I’m wrong. Any help appreciated.

1 Like