Main Menu - Hover Effects

0
0

Hi support team !!

I need to build a main menu with hover effect (underline) like the atached image …

I spent all day working on it, but no results obtained ..

Could you help me, please !!

Regards,

 

 

  • You must to post comments
0
0

https://www.screencast.com/t/P7vPTn6io

Add a “label” component under “menuBar/item”. You can see the component in the status bar when you click on it. Add a default state and hovered state. In the default state styles add widthBottom: 2 and colorBottom:”transparent”. In the hovered state styles add colorBottom:”green” and you are done.

 

                        "label": {
                            "states": {
                                "default": {
                                    "styles": {
                                        "widthBottom": 2,
                                        "colorBottom": "transparent"
                                    }
                                },
                                "hovered": {
                                    "styles": {
                                        "colorBottom": "green"
                                    }
                                }
                            }
                        }
Attachment
  • Marcelo Blank
    Hi Luca, As always, best support ever !!! Thanks !!! Best Regards
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.