Skip to content

Commit 529e13c

Browse files
committed
docs(readme): Adding missing bags
1 parent 0c18100 commit 529e13c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
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' &#124; '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. |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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"

0 commit comments

Comments
 (0)