Open
Description
Is your feature request related to a problem? Please describe.
Currently, we lack consistent and reusable UI components for buttons, input fields, and text areas throughout the application. This leads to inconsistent styles and behavior, which can be frustrating when trying to maintain a uniform user experience.
Describe the solution you'd like
I propose creating a set of reusable components that include:
- Buttons with customizable styles and sizes.
- Search input fields with a consistent design across the application.
- Input fields that feature a password toggle icon when the input type is set to password.
- Text areas with uniform styling and functionality.
These components should be designed to ensure a cohesive look and feel while improving maintainability.
Describe alternatives you've considered
An alternative would be to continue using ad-hoc components across the application, but this approach risks further inconsistencies and makes future updates more challenging.