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

Foundation Sites 6 components implemented in React with CSS Modules!

Results 16 react-foundation-components issues
Sort by recently updated
recently updated
newest added

``` High: Cross-Site Scripting (XSS) Package: jquery Patched in: >=3.0.0 Dependency of: react-foundation-components Path: react-foundation-components > foundation-sites > jquery More info: https://npmjs.com/advisories/328 ```

I want to change the [form-input-error mixin](https://foundation.zurb.com/sites/docs/abide.html#sass-variables) to get a custom background-lighten value. I've tried to add both, `` "background-lighten": "1" `` and `` "form-input-error": { "background": "blue", "background-lighten": "1"...

We are using `uncontrollable` package as dependency. It has some issues with react 16, its batching version uses deprecated `react-dom/lib/ReactUpdates`. Can we switch to the non-batching version which works in...

Hello, I need to hide dropdown overlay if i click outside them or click on **one of their option**, how i can do this? Thank you!

Hello, First of all, awesome work you've done, but i'm trying to integrate your components with [react-starter-kit](https://github.com/kriasoft/react-starter-kit) and i'm getting the following error: ``` /Users//Projects//node_modules/react-foundation-components/lib/top-bar/_styles.scss:1 (function (exports, require, module, __filename,...

I'm trying to figure out how can I set the row max-width without having to edit the node_module/foundation-sites/scss file.. any ideas? I don't want to have to add a new...

Here is how it looks now: ![image](https://cloud.githubusercontent.com/assets/28658/18999291/d61c451c-870a-11e6-9bf7-9e07c7599942.png) It used to be looking like this: ![image](https://cloud.githubusercontent.com/assets/28658/18999309/efee72bc-870a-11e6-8ba2-e0dbe2402e73.png)

I am trying out the tob-bar example/documentation. When I do this, I get a topbar that looks like this: http://i.stack.imgur.com/XSiWW.png On the foundation example site: http://foundation.zurb.com/sites/docs/top-bar.html there is a notable...

The [Foundation Orbit Docs](http://foundation.zurb.com/sites/docs/orbit.html) recommend using [Owl Carousel](http://owlgraphic.com/owlcarousel/) since Owl is much more robust compared to Orbit's limited functionality. Is it worth spending time implementing Orbit? Or perhaps try and...

enhancement
question

1. Create off canvas with reveal = large 2. Shrink screen size small 3. Toggle off canvas open 4. Without closing off canvas, make screen size large. Notice page is...