I'm implementing a custom component and want to use class styling passed in the properties. I have added an oj-panel class to my widget, but it adds what looks like the wrapper in front and in the end of my component. Should I strip those classes in my constructor context.element and then add them to my internal parent container? Should this work OOTB?
<att-common-employee-salary-detail
**class="oj-panel"**
slot="value"