This repository was archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Add isLazy prop to CPopover #530
Copy link
Copy link
Open
Labels
help wanted 🆘Extra attention is neededExtra attention is neededtype: contributions welcome 💚Contributions are welcome!Contributions are welcome!type: feature or enhancement ⚡️New feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
CPopover in Vue Chakra UI doesn't have isLazy
prop which is present in Chakra UI for React so there is no way to defer CPopoverContent rendering until the popover is open.
Describe the solution you'd like
CPopover has isLazy
prop.
Describe alternatives you've considered
Current solutions include adding a bunch of v-if
's around elements present in CPopoverContent, which sort of works but would like to have a cleaner solution.
jongeyer and Tiaskel
Metadata
Metadata
Assignees
Labels
help wanted 🆘Extra attention is neededExtra attention is neededtype: contributions welcome 💚Contributions are welcome!Contributions are welcome!type: feature or enhancement ⚡️New feature or requestNew feature or request