importUI()
The importUI function simplifies UI component imports using aliases from a JSON configuration, promoting a modular and organized project structure for improved code manageability.
Example of importing a header file to a listing page.
config.json
header file:
Listing Page:
Last updated