TabView is a tabbed Panel component to group content in the form of vertical and horizontal tabs. The default TabView will display the tabs in horizontal orientation and only one tab can be selected at a time to view the content. A basic definition of the TabView component would be as follows:
<p-tabView name="basic">
<p-tabPanel header="AngularJS">
AngularJS (commonly referred to as "Angular.js" or
"AngularJS 1.X") is a JavaScript-based open-source front-end web
application framework mainly maintained by Google and by a
community of individuals and corporations to address many of
the challenges encountered in developing single-page applications.
</p-tabPanel>
<p-tabPanel header="AngularV2.0">
The successor to the older AngularJS web framework,
now simply known as "Angular". Angular takes a
web component-based approach to build powerful...