We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Placed an item to the right side of the screen and then added a tooltip to it
<Div row justifyContent="space-between"> <Text>Hello</Text> <Tooltip text={tooltip} ref={ref}> <Button bg="transparent" onPress={() => ref.current!.show()}> <Icon name="info" fontFamily="Feather" /> </Button> </Tooltip> </Div>
The text was updated successfully, but these errors were encountered:
I have the same problem, can't find any workaround :(
Version: "^1.0.62" OS: MacOS Big Sur Browser: Edge
Sorry, something went wrong.
:/ Let me check this asap.
jsartisan
No branches or pull requests
Description
Placed an item to the right side of the screen and then added a tooltip to it
Steps to reproduce the behaviour:
Important Details
The text was updated successfully, but these errors were encountered: