We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using HueComponent with direction vertical, the default slider/pointer css is not adjusted.
Work around is to pass in a custom 'pointer'. If vertical is an out of the box option should a default slider for the vertical hue also be included.
The text was updated successfully, but these errors were encountered:
seems to be working for me
<color-hue-picker [color]="state" (onChangeComplete)="changeComplete($event)" (onChange)="changeComplete($event)" [direction]="'vertical'" [width]="18" [height]="300" ></color-hue-picker>
Sorry, something went wrong.
No branches or pull requests
When using HueComponent with direction vertical, the default slider/pointer css is not adjusted.
Work around is to pass in a custom 'pointer'. If vertical is an out of the box option should a default slider for the vertical hue also be included.
The text was updated successfully, but these errors were encountered: