Duration: 16:20 min
Summary: In this video, we will discuss the color picker. The ColorPicker is a dropdown that allows the user to select a color. It can be used as a replacement for browser's built-in color picker widget - <input type="color"> in HTML5.
In this example, we will start with a paragraph that contains some text. We will add a color picker and few buttons. Couple of buttons to open and close the color picker, and the others to enable/disable the color picker. We will look at the different properties that are available such as buttons, and opacity. We will also handle the change event.