Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Thoughts on using Zurb's Foundation+AngularJS?

Tags:

I know this sounds like a pretty generic question, but I have already made a research and there is not much information out there, other than these two seem not to "play" very well together.

I am referring to the latest version of Foundation, 5, which just got released. If AngularJS can work with jQuery, and Foundation is using jQuery, what is it that causes the problem, if there is a problem at all.

Has any of you used these two together? And what could be some better alternatives on the JS side of things? Backbone? Ember? Which one would work with Foundation and why?

p.s. I am aware that Twitter Bootstrap works well with AngularJS, however, for my project, Foundation is a requirement.

Thanks,
Iraklis

like image 715
Iraklis Alexopoulos Avatar asked Nov 25 '13 12:11

Iraklis Alexopoulos


People also ask

What is foundation ZURB?

Foundation has its roots in the ZURB style guide, a collection of HTML, CSS and Javascript that helped us quickly design amazing websites. It's now used by millions of designers and developers and powering some of the biggest and most popular sites on the web.

What is foundation angular?

Foundation for sites is a responsive framework developed by Zurb. It provides a full collection of styled components and responsive grid to build the complete layout of your site. Just follow these steps to add it to your Angular project.

What is foundation JavaScript?

Foundation is a free and open-source responsive front-end framework, providing a responsive grid and HTML and CSS UI components, templates, and code snippets, including typography, forms, buttons, navigation and other interface elements, as well as optional functionality provided by JavaScript extensions.


1 Answers

We recently adapted most Angular UI Bootstrap components for use with the Foundation CSS and open sourced the code: http://pineconellc.github.io/angular-foundation/

like image 185
sorich87 Avatar answered Oct 20 '22 06:10

sorich87