AngularJS-based UI Components, quantumui vs. angular-strap vs. angular-bootstrap-ui
Asked Answered
S

1

8

I have been looking for a component set for a start-up project which would be based on AngularJS.

After some research, I have found three common component sets which can be applicable.

The first is AngularJS Bootstrap UI. It seems clear, but there are no enough examples and documentation.

The second is angular-strap. I have seen that it is a simple implementation of bootstrap.js with some additional features, but it seem very simple.

And the last one is QuantumUI. I have seen that it is amazing, but it seems very new.

What is the experience with these frameworks? Can you list pros cons for them?

Shwalb answered 1/3, 2015 at 9:27 Comment(2)
This is really an opinion question, and probably doesn't belong here. For me, the dependence on jQuery for both AngularStrap and QuantumUI make them both a no go for me. UIBootstrap does have a bit of a learning curve for some directives, but overall it's pretty straightforward.Funnel
I'm pretty green in angular, but I got the impression that bootstrap-ui is maintained by the angular development team itself. Now I wonder, is it?Tavy
S
6

I am owner of QuantumUI and is is not truth to say anything about other's projects.

However I can say that in short;

ui-bootstrap: is pure angular based, but it is old and not compatiable with new angular versions. Also it's plugins are very simple.

Also angular-strap is a implementation of bootstrap.js. Namely, it isn't a project of angular thinking.

However QuantumUI is a compact angular solution. It's components are powerful, server and developer friendly and also there is no Jquery dependency. All components are results of angular thinking.

Suttee answered 5/3, 2015 at 19:51 Comment(4)
Hi Mehmet. Why there are so few contributors on the QuantumUI's github page ? Your competitors have from 90 to 180 contributors.Varela
Hi Andrea, I realy don't know :) There is no serious bid yet. However my competitors don't have quialified contributors too. If you look at thier activity, you will see the truth.Suttee
Hi Mehmed, first of all, let me say that QuantumUI looks pretty good. I wanted to ask, does QuantumUI works with AngularJS 1.4 and 1.5? And how about AngularJS 2.0 beta?Renee
@MehmetOtkun can I use quantum UI together with ui-bootstrap (e.g. with Angular 1.5?)Deserted

© 2022 - 2024 — McMap. All rights reserved.