Reputation: 2542
as I'm learning new things every day since I use EmberJS I wanted to ask if somebody is already using EmberJS with any Frontend Framework like Foundation 4
or Bootstrap
and how you handle the additional markup provided by Handlebars
like the <div/>
elements which are included when using the Ember.Handlebars.helpers outlet
or render
?
I try to integrate the Zurb Foundation 4
Frontend Framework within my Ember Application and it seems to me that getting the grid to work smoothly and without errors is a bit more complicated than I thought... Is there an existing 'how-to' or any guideline for integrating a Frontend Framework?
Would be cool if anybody could point me in the right direction or give some examples/links to tutorials or something like that... thanks! :)
Upvotes: 1
Views: 500
Reputation: 23322
Since I dont know in which step exactly you did get stuck I've created a working jsbin with the foundation zurb css from scratch. It shows a basic price table using css classes provided by the framework. (see here for more markup examples)
And here for a working demo ember app.
Hope it helps you moving forward with your development.
Upvotes: 1