Element states are fundamental attributes that define how elements visually respond to user interactions within the Twidget no-code API platform. Each element, such as buttons, input fields, or cards, can exist in multiple states, each with unique visual characteristics that enhance the user experience.
-
Element States: Each element can have various states, including base, hover, and active, among others. Some states are specific to particular types of elements.
Appearance Options: Different states allow customization of visual properties such as background color, text color, border, and other styles. This capability enables designers to create responsive interfaces that communicate interactivity and feedback to users.
Default Base State: Every element starts in a base state, which serves as the initial appearance before any interactions occur.
In practice, an element such as a button can be designed to have a visually distinct base state (e.g., a blue background) and an interactive hover state (e.g., changing to a darker blue). Through a user-friendly dropdown interface, designers can switch to the hover state and modify its properties, such as changing the background color to green. When users preview the design, they will see the button maintain its blue base color until hovered over, at which point it visually transitions to green, demonstrating how state changes affect appearance.
Overall, the manipulation of element states in Twidget allows for the creation of dynamic and engaging user interfaces that respond intuitively to user inputs.
Page Layouts
Page layouts in Twidget provide a structured way to organize and present content on a web page. The primary purpose of page layouts is to enhance user experience through effective content management and visual hierarchies. Key Concepts. - Header & Sidebar Layouts: These layouts subdivide the page in...
Page Settings
The Page Settings feature allows users to customize various aspects of their web pages, particularly in relation to branding, security, and domain management. This functionality enhances the user experience by allowing for personalization and integration of essential web components. - Favicon: A fav...
Access Path Parameters in a Page
Path parameters play a crucial role in enabling dynamic and targeted content retrieval within the Twidget no-code API platform. This documentation outlines the fundamental concepts of path parameters, their implementation in Twidget pages, and their utility in enhancing page interactivity and config...
Data Source Mappers
Data Source Mappers are essential components within the Twidget no-code API platform, designed to facilitate the integration of dynamic data sources with UI elements. They serve the purpose of linking data source attributes to the respective fields required by UI components such as dropdowns, radio ...
Page Variables
Page variables in Twidget are global variables that are accessible throughout an individual page, allowing for dynamic content generation and manipulation within the application. These variables can be utilized in various contexts, such as element settings or page functions, enabling developers to c...