📄️ Overview
React components are the building blocks of a React application. They are reusable UI elements that can be composed together to build a complex UI. Record Books uses a component-based architecture to build up the UI. This helps build a scalable and maintainable codebase, while also keeping the feel of the application consistent.
📄️ Generic
Generic components are site-wide components that are used across the application. They are generally used to provide a consistent look and feel across the application. Generic components can be found in the root of the src/app/components directory. In the following sections, we will discuss the various generic components used in the Record Books application.
📄️ Models
Record Books uses overlay models when a user needs to interact with the application in a way that requires additional information or interactivity. The models are used to provide a consistent look and feel across the application. The models can be found in the src/app/components/models directory. In the following sections, we will discuss the various models used in the Record Books application.
🗃️ Reports
3 items