Component({ options: { multipleSlots: true }, properties: { variant: { type: String, value: '' }, // '' | 'soft' | 'in' padded: { type: Boolean, value: true }, customStyle: { type: String, value: '' } } })