react-foundation-apps icon indicating copy to clipboard operation
react-foundation-apps copied to clipboard

Foundation Apps components built with React

Results 24 react-foundation-apps issues
Sort by recently updated
recently updated
newest added

First, thanks for the library! Good work! Looking at your code, it seems that you implement modal dialogs by rendering them in the DOM and showing or hiding them. This...

Referenced here: https://facebook.github.io/react/docs/class-name-manipulation.html and here: https://github.com/reactjs/react-modal/pull/28

It appears that npm is trying to resolve modules in the current directory, rather than in node_modules. I get about 10 of these messages, each about a different module. ```...

Upgraded React and React Router to the latest versions and then fixed the issues caused by the upgrades. I also replaced the use of Bower by just grabbing Foundation for...

Hey, great work on starting to port the awesome foundation for apps over!!! I am looking at this for the first time and am very impressed. I just wanted to...

I did this so that others who are using Linux or Windows are still able to use your repository

``` npm ERR! [email protected] postinstall: `bower install` npm ERR! Exit status 127 npm ERR! npm ERR! Failed at the [email protected] postinstall script. npm ERR! This is most likely a problem...

When installing with npm install react-foundation-apps, the post install bower install pulls in angular as a dependency along with foundation-apps. This is not cool for a library which aims to...

// When I install the app using npm, I got the following errors: npm ERR! Darwin 14.3.0 npm ERR! argv "/Users/georgejor/.nvm/versions/node/v0.12.5/bin/node" "/Users/georgejor/.nvm/versions/node/v0.12.5/bin/npm" "install" "react-foundation-apps" "--save" npm ERR! node v0.12.5 npm...