-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is the feature you're requesting related to a challenge you're experiencing?
For instance, when I hover a disabled checkbox it would be nice to see a description of why it is disabled. We have used <Tooltip> from Chakra v2 previously whenever we needed this, but it would be much better if it was available from Spor's <Popover> (as Chakra v2 doesn't work well anymore with Spor v2).

How can we solve it?
Can have something like: &:hover > * { display: block }
and have the PopoverContent be display: none
by default.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request