File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 55[ ![ NPM] ( https://img.shields.io/npm/v/react-flex.svg )] ( https://www.npmjs.com/package/react-flex )
66[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
77[ ![ Build Status] ( https://travis-ci.org/unagidev/react-flex.png?branch=master )] ( https://travis-ci.org/unagidev/react-flex )
8+ [ ![ npm] ( https://img.shields.io/npm/dt/@unagidev/react-flex.svg )] ( https://www.npmjs.com/package/@unagidev/react-flex )
9+ [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
10+ ![ NPM] ( https://img.shields.io/npm/l/@unagidev/react-flex.svg )
811
912` react-flex ` is a Responsive Flex component built for React.
1013
@@ -56,7 +59,7 @@ class Example extends Component {
5659|Name |Type |Default |Description |
5760|--------------------|------------------------------------|-------------|----------------------------|
5861| **children** | `ReactChildren` | |**required**. Flex content. |
59- | **inline** | <code>Boolean</code> | `' flex' ` |**optional**. Sets the flex container direction. If <code>item=true</code> this property has no effect. |
62+ | **inline** | <code>Boolean</code> | `' flex' ` |**optional**. Sets the flex container position. |
6063| **direction** | <code>' row' | ' column' </code> | `' row' ` |**optional**. Sets the flex container direction.|
6164| **justifyContent** | <code>JustifyContent</code> | `' start' ` |**optional**. Defines the alignment along the main axis. |
6265| **alignItems** | <code>AlignItems</code> | `' stretch' ` |**optional**. Defines the alignment along the cross axis. |
Original file line number Diff line number Diff line change 2222 "bugs" : {
2323 "url" : " https://github.com/unagidev/react-flex/issues"
2424 },
25- "homepage" : " https://github.com /react-flex/demo/" ,
25+ "homepage" : " https://unagidev. github.io /react-flex/demo/" ,
2626 "dependencies" : {
2727 "deep-equal" : " ^1.0.1" ,
2828 "nanoid" : " ^2.0.1"
You can’t perform that action at this time.
0 commit comments