Dock is a navigation component consisting of menuitems.
import { DockModule } from 'primeng/dock';
Dock requires a collection of menuitems as its model. Default location is bottom and other sides are also available when defined with the position property. Content of the dock component is defined by item template.