-
Notifications
You must be signed in to change notification settings - Fork 4
Customization
When using the ReactUI as library, it is possible to fully customize your existing applications.
In the ReactUI Example Project are multiple examples explaining how to use the available features.
-
Custom Screens: Add your own screens to an existing application.
-
Replace Screens: Replace an existing screen with your own and use the data provided to the screen.
-
Custom Components: Replace existing components of a screen with your own.
-
Custom Login: Replace the existing login/reset masks with your own designs.
-
Extending Components: Extend existing components to add additional functionality.
-
Custom Startup Properties: Send additional properties to the server at application startup.
-
Screen Wrapper: Entrypoint to editing screens.
-
Custom Application Frames: Add your custom application frame and menu.
-
Screen Parameter: Send parameters to the server.
-
Editing the Menu: Add, edit and remove items from the menu.
-
API Demonstration: An example of multiple features being used.