App Components
Purpose
App Components are the building blocks of the application. They are used to define the structure and behavior of the application.
Layout Components
Layout components are used to define the layout of the application.
Container Components
Container components provide structured layouts and widget management capabilities.
- Dashboard Component - Grid-based dashboard with toolbar inputs and resizable widgets
- Dashboard Widget Component - Widget container for use within dashboards
Element Components
Element components are used to render text, links, and other simple elements.
Form Components
Form components are used to define the form of the application.
Variables
Variables are used to store the state of the application. Route parameters, query parameters, and form fields are stored as variables.