app/src/commons/component/nic-dropdown.component.html
crusader beaff07758 ing
2018-08-17 19:53:40 +09:00

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>