Relume Community Icon
Relume Community
  • 🏠Home
  • πŸ“…Events

  • πŸ”΅Announcements
  • πŸ”΅General
  • πŸ”΅Getting Started
  • πŸ”΅Issues
  • πŸ”΅Showcase

Powered by Tightknit
Issues
Issues

Updating Navbar Components: Adding Chevron Animation in Dropdowns

Avatar of Mario T.Mario T.
Β·

I was wondering how you all update components! I have some older components I use (Navbar 2 and its dropdowns) and there are "newer" ones on the relume site that have a cool chevron that flips around on hover (animation?) versus the previous which just had an icon that was static.. I want to update to the new chevron with animation - I am trying to cut and paste in the chevron.. (managed to do that) but the animation doesnt come with it because I believe it attached to the parent element.. I started trying to copy that.. but its very hard to understand for me if the animation from one dropdown (ie navbar-dropdown1) can work with my component navbar2-dropdown πŸ˜„

1 comment

  • Avatar of Mario T.
    Mario T.
    Β·

    Solved my own problem. For anyone who sees this - My solution was to "copy ui element" specifically from the updated component (it has all the right naming etc) as opposed to what I was doing. So just go to the main component and do Copy UI Element!