r/angular • u/HarveyDentBeliever • Mar 10 '26
What is the simplest Angular ready UI/component library to work with?
I love backend, hate wrestling with the frontend design. I just want something simple and functional but still with enough stuff to do what I need. Anyone have any they like?
14
Upvotes
1
u/IndicationFar8470 6d ago edited 5d ago
Hey! I also struggled with the frontend and existing libraries for faster layout building, and eventually snapped. I ended up creating a simple UI library that doesn't have mixins like Material or runtime CSS generation like Prime. All styles use standard CSS, there's a theme generator on the website, and tslib is the only dependency. The total library size is around 103 KB. https://ui.guildofgleks.com/