Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 300
Ramon Drunce Avatar asked Mar 01 '15 09:03

Ramon Drunce


1 Answers

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.

like image 170
Mehmet Otkun Avatar answered Oct 01 '22 02:10

Mehmet Otkun