return m(cardClass, { style: (attrs.cardStyle || {}) }, [
            m('div', [
                m('label.field-label.fontweight-semibold.fontsize-base', attrs.label),
                (attrs.label_hint ? m('label.hint.fontsize-smallest.fontcolor-secondary', attrs.label_hint) : '')
            ]),