11 lines
243 B
HTML
11 lines
243 B
HTML
|
<p-dropdownPanel [style]="{'width':'300px'}" [dropdownStyle]="{'width':'500px', 'height':'500px'}">
|
||
|
<p-header>
|
||
|
192.168.1.0/24
|
||
|
</p-header>
|
||
|
|
||
|
<div>Body Content</div>
|
||
|
|
||
|
<p-footer>
|
||
|
Footer content here
|
||
|
</p-footer>
|
||
|
</p-dropdownPanel>
|