#recommendation for a library

14 messages · Page 1 of 1 (latest)

short thistle
#

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

hardy cloud
short thistle
#

an overlay ?

hardy cloud
short thistle
#

thanks ill give it a peek

plush adder
short thistle
#

So i went with ng zorro

#

Sorry i didnt respond so fast

plush adder
#

@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

short thistle
#

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

plush adder
#

@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!

short thistle
#

Alright tommorow ill give it a peek but i might just ditch all and try to make a component for it myself.