Is it possible to change component default values globally? #3777
-
Hi, I want my tooltips to always have a |
Beta Was this translation helpful? Give feedback.
Answered by
wingkwong
Sep 18, 2024
Replies: 1 comment 1 reply
-
No. In this case, you can simply create a custom Tooltip with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wingkwong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. In this case, you can simply create a custom Tooltip with
closeDelay={0}
andcolor="foreground"
extending NextUI Tooltip.