File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ npm i super-simple-flex-grid-react
1818
1919### Usage
2020``` javascript
21- import { FlexRow as Row , FlexCell as Col } from ' node_modules/super-simple-flex-grid-react/FlexGrid ' ;
21+ import { FlexRow as Row , FlexCell as Col } from ' node_modules/super-simple-flex-grid-react' ;
2222
2323const FlexGridExample = () => (
2424 < Row>
@@ -57,10 +57,10 @@ const FlexGridExample = () => (
5757| [ endV] | ` bool ` | end vertically | ` align-items: flex-end ` |
5858| [ spaceAround] | ` bool ` | space around | ` justify-content: space-around ` |
5959| [ spaceBetween] | ` bool ` | space between | ` justify-content: space-between ` |
60- | [ grow] | ` int ` | grow | ` flex-grow: x ` |
6160| [ shrink] | ` bool ` | shrink | ` flex-shrink: 1; flex-grow: 0; flex-basis: inherit; ` |
62- | [ ellipsis] | ` bool ` | ellipse text | ` overflow: hidden ` ** [ ^ 1 ] ** |
6361| [ noMargin] | ` bool ` | no margin | ` margin: 0 !important ` |
62+ | [ grow] | ` int ` | grow | ` flex-grow: x ` |
63+ | [ ellipsis] | ` bool ` | ellipse text | ` overflow: hidden ` ** [ ^ 1 ] ** |
6464
6565** [ ^ 1 ] ** Ellipsis prop also adds a child ` div ` that contains the following CSS:
6666``` scss
115115[ noMargin ] : < https://open-sauces.github.io/super-simple-flex-grid-react/example/dist/#noMargin >
116116
117117
118- [ Super- simple- flex- grid ] : < https://github.com/open-sauces/super-simple-flex-grid >
118+ [ Super simple flex grid ] : < https://github.com/open-sauces/super-simple-flex-grid >
119119[ React ] : < https://facebook.github.io/react >
120120[ Webpack ] : < http://webpack.github.io >
121121[ Babel ] : < https://babeljs.io >
You can’t perform that action at this time.
0 commit comments