-
Notifications
You must be signed in to change notification settings - Fork 12
Structure
The structure of all folders and their files follow a variant of the "Service Component Architecture".
- Components
- Services
- Models
- Hooks
- Assets
- Resources
- Properties
Reusable UI elements that contribute to the overall user interface of the project.
Modular units responsible for specific functionalities and are designed to promote code reusability and maintainability.
Represent the data structures and entities used in the project. Such examples are Abstract classes, Interfaces, and Structs.
Refer to events that are triggered in response to user interactions. These hooks allow you to capture and handle various user actions, enabling you to create interactive and responsive features within your widget. By utilizing hooks, you can listen for specific events and execute corresponding actions or functions based on user input.
The Assets directory contains static files such as images, fonts, HTML, CSS, JavaScript, and other resources used in the project. These files enhance the visual appeal and functionality of the application.
Assets required by Visual Studio, such as the favicon.
Refer to the configurable settings and options used in the project. This section provides information about the available properties and their usage.