Hello I am looking for a library that would come with a customizable dropdown menu, i ran into an issue of styling one myself so i thought of finding a library but i cant tell which is good. My issue arisen from the fact that the menu did not respond to the screen edges and flowed over the edge. Is there some library that would let me make a dropdown menu that wont suck like mine ? Please ping when responding. I am using Angular 16
#recommendation for a library
14 messages · Page 1 of 1 (latest)
What about https://material.angular.io/cdk/overlay/overview ?
an overlay ?
If you have a look at the example section (https://material.angular.io/cdk/overlay/examples), this could be used as a menu and I think it handles screen edges and positionning
thanks ill give it a peek
@short thistle https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-infinite-dropdown/
@short thistle take a peek our dropdown has plug and play and a react like feel it also has interactive stackblitz so you know exactly how to set it up
Gotta say ng zorro seemed good but then i ran into aj issue and i have to use ng deep to change styles
And ita painful to find out what has to be changed
@short thistle the thing I see with angular libraries is that they are tightly coupled, they use too much of angular . We use as minimal angular as possible so you never have to worry about the complexities and instead make things customizable yourself
in the docs for our dropdown there is a stackblitz example for css customization and replacing each dropdown option with your own custom component!
Alright tommorow ill give it a peek but i might just ditch all and try to make a component for it myself.