You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got some basic code working for clicking the button/functionality, but I'm confused on how the actual layout portion would work. It seems like I'd need something similar to the position: absolute concept built into the library? How would you recommend going about this in the frame of furex?
As a starting point, this is the code I have for the button I'd like to have "children" buttons inside:
Hi @hak33m16 👋
Thank you for the detailed question! The View already has the Position property and you can specify AbsolutePosition to it.
For example:
Hi, I'm trying to implement a dropdown menu, similar to something you'd see here: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_js_dropdown
I've got some basic code working for clicking the button/functionality, but I'm confused on how the actual layout portion would work. It seems like I'd need something similar to the
position: absolute
concept built into the library? How would you recommend going about this in the frame of furex?As a starting point, this is the code I have for the button I'd like to have "children" buttons inside:
And what it looks like when I render it:
This is another example:
The text was updated successfully, but these errors were encountered: