Home > Mobile >  how to make a drowdown when icon clicked in angular html sass
how to make a drowdown when icon clicked in angular html sass

Time:06-16

I'm having trouble creating an icon that when clicked appear a dropdown attached just next to the icon. Im using html/sass and typescript (angular):

This is how it should look:

image of how it should look and work

Ty ty very much

CodePudding user response:

You can use the official angular material component for menus like yours.

Just change some styles as you need and that's it

  • Related