Iro.js Tutorials and Examples for Beginners

iro.js is a javascript color picker with no jQuery or extra CSS / images. You can use it to pick color: hex ,rgb and hsl. In this page, we write some tutorials and examples on how to use iro.js.

Select Color (hex, rgb, hsl) with Iro.js – JavaScript Color Picker

Iro.js is a javascript color picker, it allows us to pick up color and get color value in html page. In this tutorial, you can use it easily following by our steps and codes. Color Picker Preview How to use iro.js to pick up color? Step 1. Load iro.min.js file in head tag. <script src=”https://cdn.jsdelivr.net/npm/@jaames/iro/dist/iro.min.js”></script>… Read More »