jquery-drawrpalette
v0.5.0
Published
Simple color picker that doesn't require any external resources other than jquery
Maintainers
Readme
jquery-drawrpalette
JQuery drawrpalette is a jquery plugin to create a color picker that doesn't require any other libraries. It's built to work on desktop and mobile seamlessly.
Screenshot:

Usage:
<input type="text" id ="picker" value="#770033" />$("#picker").drawrpalette();There's only one option, auto_apply, which hides the ok and cancel button, and just applies any color changes directly.
More Info and demos at this link
To build,
npm install npm run build
