-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
Flex with text #77
Comments
Hi , did you found something for this one ? Facing same issue actually |
A bit more complicated but I made this and works: https://codesandbox.io/p/sandbox/r3f-ts-template-nckjsv Adding the component here for reference as well
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm wondering how could we achieve scaling a Box and their contents based on the size of the text inside. The text could change dynamically so the box (or surrounding element) should also resize.
I have this so far https://codesandbox.io/s/angry-maxwell-ovw6c5?file=/src/App.js
Thanks!
The text was updated successfully, but these errors were encountered: