What are page components?

Articles

What are page components?
A Page Component generally refers to a modular and reusable unit of a user interface that is part of a Nova application. It is a self-contained module that performs a specific function or displays specific content. These components can be combined t...
Horizontal & Vertical Container
Horizontal and vertical containers are page components used in the Nova application to organize and structure content on a page.  A horizontal container, referred to as a "row" - is a layout element that arranges its child elements or...
Tab Container
A Tab Container is a page component that organizes content into tabs, allowing users to switch between different sections or views of information without navigating to separate pages. Each tab typically represents a distinct category or set of relat...
Button
A Button is a page component with a clickable area to initiate a specific action.  Button Properties Section Property Function   ID The unique ID or name of the component.   Text The tex...
Image
An Image component is a visual representation or depiction of an object, scene, concept, or idea. It plays a vital role in conveying information and enhancing the overall user experience. Image Properties Section Prop...
Data Table
A Data Table is a page component that displays a Report . The same as reports it shows a structured arrangement of information in rows and columns, to organize, and present data in a systematic format. Each row in a data table represents a specif...
Chart
Chart is a page component that allows you to display a Chart from a specified resource. Chart Properties Section Property Function   ID The unique ID or name of the component. Layout Width Sets the width...
Hero Counter
A Hero Counter is a prominent and large text displayed on a page to highlight features. Hero Counter Properties Section Property Function   ID The unique ID or name of the component.   ...
Page Filter
Filter is used to filter the report data based on some values to narrow down or focus on specific information. To filter the report based on any value of a field, the corresponding field needs to be added to the Analyzer . Filter Properties ...
Page Heading
A Page Heading is the title or main heading at the top of a page. It serves as a brief, concise description of the content or purpose of the page, providing users with a clear indication of what to expect. Page Heading Properties Section P...
Text
A Text is a basic text control that enables the user to display multiple lines of plain text. Text Properties Section Property Function   ID The unique ID or name of the component.   Format...
Binding
Binding is a component property that enables the automatic, one-way filtration of component content based on the provided source input. To perform binding on a page component: Go to the Nova application builder. On the left-hand side...
Selecting Page Elements
The Page Elements section serves as a helpful organizational feature for users dealing with the complexities of crafting intricate Nova applications. In the process of designing and editing pages, the multitude of components can be challenging to ma...