Dialog has been a popular request from the PrimeUI users and in 0.6 release we have ported Dialog of PrimeFaces to PrimeUI.
Usage is quite simple as dialog just requires a div and optional configuration parameters to customize;
<div id="dlg" title="Header">
//content
</div>
<script type="text/javascript">
$('#dlg').puidialog({modal:true});
</script>
Next release 0.7 will bring radio and checkbox widgets from PrimeFaces that are used as form decorators.

