vaadin / web-components

A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+
https://vaadin.com/docs/latest/components
426 stars 81 forks source link

Consider a "non internal" version of the vaadin-overlay #414

Open probert94 opened 3 years ago

probert94 commented 3 years ago

In a project I am currently working on, I created a server side wrapper for the vaadin-overlay. I am using this server side wrapper to create, for example, a ColorPicker or an IconPicker, with Java-Code only. I am even using it to display some kind of complex tooltip. However, the vaadin-overlay is documented as being a "Web Component meant for internal use in Vaadin components". In my opinion, this component is very useful and it would make sense to have a "public" version of it, including a wrapper for flow. This would allow developers creating custom pickers and similar using java code only. I would like to hear your opinion on that topic.

rolfsmeds commented 2 months ago

Acceptance Criteria: https://github.com/vaadin/platform/issues/5271