brianpkelley / md-color-picker

Angular-Material based color picker
MIT License
254 stars 119 forks source link

Directly show color picker window #116

Open grimsi opened 7 years ago

grimsi commented 7 years ago

First of all, I really like your project! Its nice looking and easy to use (backend and frontend).

My question is, if it will be possible to show the colorpicker directly instead of in a dialog in future versions.

brianpkelley commented 7 years ago

So just have it as an element on the page?

Ideally yes, the <md-color-picker-container> could be placed anywhere, but there will be minor issues with the buttons, etc. It won't be resolved before 1.0.0 is released, but could/should be relatively straightforward for a future fix.