You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently found vue3 colourpicker from another website.
I want to embed it into local .html pages.
It also works fine, by embedding the .js file and adjusting some
things, but there is, in my opinion, lack of documentation in how
to customize it. For instance, I want to increase the font size in
general within the applet that is shown, including the pop-down
widget part. Also, I want to expand everything at all times - perhaps
it is already possible, but I mostly copy/pasted from that other
websites, so I don't know vue3 colourpicker really.
Could you provide some default documentation, on the main README,
or linked in, to another document, that shows how we can customize
it? This would be useful for other users too, I think.
This does not have to be overly long, 1-3 paragraphs with a few examples
should suffice. Or, just the examples in a directory - that may be the
simplest, that way people can adjust it for their own use cases quickly
when they modify these examples.