This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Why Popover is private #537
Unanswered
linasburneika
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Main reason behind it was that we do not want to support it as our component for possible different user needs. This was intended to be used as a util for our components, not as separate deliverable, where users could use, fill bugs/ask features. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Popover component is marked as @Private and has to be imported directly from a file to be used. Popover should be reexported at component level. It's usage is already demonstrated in ColorPicker sample, I propose to add additional use case to Data/Time picker component samples with Popover - this is what most users will want to consume directly.
Beta Was this translation helpful? Give feedback.
All reactions