Skip to main content

Component

info

Please note that this content is under development and is not ready for implementation. This status message will be updated as content development progresses.

Components are reusable UI elements that make up the visual and interactive parts of a feature. Some components encapsulate additional logic other than just UI functionalities, like downloading credentials and storing credentials to local storage.

Diagram

Config

PropertyRequiredDescriptionType
nameYesThe name of the component (depends on component used)Component
typeYesThe type of the component (depends on component used)ComponentType
propsYesProperties passed to the component (depends on component used)Component

Example

{
"name": "CustomButton",
"type": "Submit",
"props": {}
}