Arranging your view with Panels and FieldSets
Most websites and dashboards need grouping or container components to highlight title and description. PrimeNG offers many variations of container components.
Panel
As a generic grouping component for web content, Panel has features such as toggling and custom content. A basic definition of the Panel would be as follows:
<p-panel header="PrimeNG"> PrimeNG is a collection of rich UI components for Angular. PrimeNG is a sibling of the popular JavaServer Faces Component Suite, PrimeFaces. All widgets are open source and free to use under MIT License. PrimeNG is developed by PrimeTek Informatics, a company with years of expertise in developing open source UI components. </p-panel>
The preceding definition of the Panel will display PrimeNG details inside the container as shown in the following screenshot:

The Panel is going to be more user friendly, with toggleable (toggleable="true"
) and custom header content features. The toggleable...