libs/upp-wdgt/src/components/upp-panel/upp-panel.ts
Represents the content section of the upp-panel component.
Use this component to define the main content of the panel.
Example :```html
<upp-panel-content>
<p>This is the main content of the panel.</p>
</upp-panel-content>| selector | upp-panel-content |
| template | |