wrappid / core

This is a package repository
MIT License
10 stars 4 forks source link

enhancement: Implement CoreColorPicker Component #132

Open Edithmark42 opened 3 months ago

Edithmark42 commented 3 months ago

Description:

Currently, our project lacks a ColorPicker component, which is essential for allowing users to select colors in various parts of the application. A ColorPicker component would enhance user experience and enable them to customize colors according to their preferences.

Expected Behavior:

When implemented, the ColorPicker component should provide users with an intuitive interface for selecting colors. It should allow users to choose colors from a spectrum and provide the selected color in various formats such as hexadecimal, RGB, and HSL.

Proposed Features:

Additional Notes:

It would be beneficial to consider integrating a widely used library like Material-UI's ColorPicker or similar solutions to maintain consistency and leverage existing best practices. The implementation should also be customizable to fit the overall design and theme of our application.

Edithmark42 commented 2 months ago

The colorpicker will be implemented soon. putting it on hold.