react-flexbox-grid
react-flexbox-grid copied to clipboard
A set of React components implementing flexboxgrid with the power of CSS Modules.
In my project.clj, I have this dependency: [cljsjs/react-flexbox-grid "1.0.0-0" :exclusions [cljsjs/react cljsjs/react-dom]] And :source-paths ["src/clj" "src/cljs" "src/cljsjs"] I'm trying to import this in my css: @import (inline) "cljsjs/react-flexbox-grid/production/react-flexbox-grid.min.inc.css"; I'm building...
this pr will fix #159
When configuring [react-flexbox-grid][1] along with sass inside Next.js. Facing this challenge. The project created using latest: `create-next-app` and I do not have any custom changes in `.babelrc` **Error** > index.js:2178...
Hi, Love this repo, thanks! 👍 My app is a "embeddable bundle" / widget, that is given to others to embed inside their website. Imagine a JS script that is...
Is there a way to offset columns for smaller screen sizes? For example, if I wanted wanted offset columns for **sm** and **xs** sizes I could do something like **xsOffset={3}**...
Couldn't find preset "stage-1" relative to directory "/workspace/cerebro-frontend/node_modules/react-flexbox-grid" at node_modules/babel-core/lib/transformation/file/options/option-manager.js:293:19 at Array.map () at OptionManager.resolvePresets (node_modules/babel-core/lib/transformation/file/options/option-manager.js:275:20) at OptionManager.mergePresets (node_modules/babel-core/lib/transformation/file/options/option-manager.js:264:10) at OptionManager.mergeOptions (node_modules/babel-core/lib/transformation/file/options/option-manager.js:249:14) at OptionManager.init (node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12) at File.initOptions (node_modules/babel-core/lib/transformation/file/index.js:212:65) at new...
Hello, On the screen of my Surface Pro 3 everything is as I want, but when I try to open page on my phone (Nokia Lumia 930...don't judge me, my...
Hi, thanks for the great grid system. It's very nice to use right out of the box, but it's hard to figure out where to start to modify some settings,...
I need to change 8px to 15px. Can I do this without copying the css?
It would be nice if there would be a feature to change the flex-direction per breakpoint for rows to column or column-reverse. This would allow for stacking of columns on...