AlphaSlider
AlphaSlider
is a component used to allow the user to select color transparency.
Theming
The AlphaSlider
is a multi part component.
AlphaSlider
inherits the style from HueSlider.
If you want to change the style of the component, please check here.
export const AlphaSlider: ComponentMultiStyle<"AlphaSlider"> =mergeMultiStyle(HueSlider)()
Edit this page on GitHub