simonwep / pickr

🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
https://simonwep.github.io/pickr
MIT License
4.31k stars 284 forks source link

Question about pickr #290

Closed WaedKhoder closed 2 years ago

WaedKhoder commented 3 years ago

How I can modify the postion and style of pickr ? and how I can use pickr that is show directly in the element without use "useAsButton"?

simonwep commented 3 years ago

How I can modify the postion and style of pickr?

What exactly do you want to modify? For styles just use plain CSS - all classes are prefixed with pcr- though.

and how I can use pickr that is show directly in the element without use "useAsButton"?

Is the inline option what you're looking for?

simonwep commented 2 years ago

Closing because of inactivity.