Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which UI toolkit are you using with your Ember.js apps?

Tags:

ember.js

I just started using Ember.js recently and I love the functionality. I'm wondering which UI toolkit you might be using to tie into design side of your applications.

like image 322
commadelimited Avatar asked Mar 23 '12 03:03

commadelimited


People also ask

What can you do with Ember JS?

Ember. js is an open source, free JavaScript client-side framework used for developing web applications. It allows building client side JavaScript applications by providing a complete solution which contains data management and an application flow. The original name of Ember.

Is Ember JS still used?

Ember has been an enabler of great productivity for many teams for almost a decade and I'm sure it's going to continue to be that. It's changed and improved a lot since its first release and is now in better shape than ever with its Octane edition.

Is Ember JS frontend or backend?

It should also be mentioned that Ember is purely a frontend framework. It has a number of ways of interacting with the backend of your choice, but this backend is not in any way handled by Ember itself.

Is Ember JS a framework?

Ember. js is a productive, battle-tested JavaScript framework for building modern web applications.


1 Answers

For Bootstrap integration with Ember, take a look at this project I started two days ago:

https://github.com/ember-addons/bootstrap-for-ember

It really fun and easy to use and lightly integrate bootstrap and ember components altogether.

like image 146
asaf000 Avatar answered Oct 23 '22 12:10

asaf000