Reference Guide: Hub front end pages, layouts, and components
A collection of reference materials for the various parts of the hub front end
Introduction
In this section, you will find detailed information about each of the individual components that make up a hub front end. It contains reference materials for:
- Page Type Identifiers: Lookup tables for the
id
andclass
attributes that uniquely identify the distinct page types, and which are present in the DOM of every hub front end page. - Page Layouts: Diagrams of the default layouts for every page type, annotated with the page components used, and the CSS selectors to target each component.
- Page Components: Diagrams of the more complex multi-part page components, including the CSS selectors to target their individual parts.
- Hub Events: A reference to hub-specific events you can leverage to manipulate the DOM of your hub front end pages.
All of the guides in this section are designed to be referenced while you work on your hub front end. As a result, there is no defined start or end point, and you can dip in and out of each guide as needed.
Updated about 4 years ago
What’s Next
Select a reference page below to view in-depth information on that topic:
- Page Type Identifiers
- Page Layout: Hub Page
- Page Layout: Stream Pages
- Page Layout: Item Pages
- Page Layout: Functionality Pages
- Page Component: Hub Banners
- Page Component: Hub Navigation
- Page Component: Breadcrumbs
- Page Component: Tile Grid
- Page Component: Item Tiles & CTA Tiles
- Page Component: Privacy Banner
- Hub Events