-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ColorPicker #2558
Added ColorPicker #2558
Conversation
Added ColorPicker
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems my repository has already this project. Also why did you added this PR without opening the Issue? @ankit071105
Kindly respond
You have assigned me this issue kindly check #2534 |
Then kindly add the Issue number in the above. It seems missing. |
Changed the Filr ColorPicker to Gradients Picker
Changed the file and added the issue number @Sulagna-Dutta-Roy accept the Pull request |
Description
I have created a Color Fusion feature that allows users to choose a color and generate all possible color codes, including HSL, RGB, HEX, and more. Additionally, I have included a linear gradient theme where users can select two colors to generate a linear gradient. Users can customize the gradient direction (top, bottom, top-left, etc.) and adjust the percentage of each color.
This feature enhances the user experience by providing a comprehensive tool for color selection and gradient creation.
Fixes: #2534
Type of change
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
This change requires a documentation update
Checklist
I have made this from my own
I have taken help from some online resources
My code follows the style guidelines of this project
I have performed a self-review of my own code
I have commented my code, particularly in hard-to-understand areas
I have made corresponding changes to the documentation
My changes generate no new warnings
ATTACH SCREEN-SHOTS / DEPLOYMENT LINK