-
Hello! I would just like to ask if it's possible to override the style of the Tilt component so I can put the Tilt component on top of a static component. Thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
mkosir
Nov 28, 2021
Replies: 1 comment
-
Hey @mpsb 👋 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mpsb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @mpsb 👋
not sure if I understand correctly, but you can style
Tilt
component withclassName
and of course apply any kind of styling to "inner" component that you are wrapping it, like in this example.