Open bethqiang opened 7 years ago
Actually, now that I'm thinking about it, are we going to do inline styling or normal CSS/Sass?
If we are going to do inline styling, there are a few options in terms of creating a grid: https://github.com/STRML/react-grid-layout https://www.npmjs.com/package/react-pure-grid https://github.com/FormidableLabs/radium-grid (P.S. if we do go the inline styling route, I really like Radium in general and it allows you to do things like hover and focus, which you can't do with inline styling)
hover
focus
Actually, now that I'm thinking about it, are we going to do inline styling or normal CSS/Sass?
If we are going to do inline styling, there are a few options in terms of creating a grid: https://github.com/STRML/react-grid-layout https://www.npmjs.com/package/react-pure-grid https://github.com/FormidableLabs/radium-grid (P.S. if we do go the inline styling route, I really like Radium in general and it allows you to do things like
hover
andfocus
, which you can't do with inline styling)