kleinfreund / vue-accessible-color-picker

A color picker component for Vue.js 3.
https://vue-accessible-color-picker.netlify.app
MIT License
115 stars 8 forks source link

add $emit to copyColor function #28

Closed morethenlife closed 2 weeks ago

morethenlife commented 2 months ago

Description

I would like to notify the client when the button is clicked that the color has been copied

kleinfreund commented 2 weeks ago

I've just published https://github.com/kleinfreund/vue-accessible-color-picker/releases/tag/v5.1.0 which includes a new color-copy event addressing this feature request.