Skip to content
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

Add InputWidget component for flexible color input #11

Merged
merged 41 commits into from
Mar 11, 2023
Merged

Conversation

alabsi91
Copy link
Owner

@alabsi91 alabsi91 commented Mar 9, 2023

This pull request adds the InputWidget component to reanimated-color-picker library. The InputWidget is a flexible input widget that allows users to input color values in various formats, including HEX, RGB, HSL, HWB, and HSV. It features a cycle button that allows users to easily switch between the available color formats. The InputWidget also offers customization options for the input styles, title styles, container styles, and cycle button icon styles.

@alabsi91
Copy link
Owner Author

alabsi91 commented Mar 9, 2023

Known issue: Inaccuracy due to color conversion to the HSV format and then back to the desired format.

@alabsi91 alabsi91 changed the title adding input widget for each color format Add InputWidget component for flexible color input Mar 11, 2023
@alabsi91 alabsi91 merged commit 3a510a6 into main Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant