Positive values in Readme

This commit is contained in:
Christopher Chedeau
2014-04-27 12:17:59 -07:00
parent a0ffafe37d
commit faeca4bde5

View File

@@ -11,11 +11,11 @@ Supported Attributes
Name | Value Name | Value
----:|------ ----:|------
width, height | number width, height | positive number
left, right, top, bottom | number left, right, top, bottom | number
margin, marginLeft, marginRight, marginTop, marginBottom | number margin, marginLeft, marginRight, marginTop, marginBottom | number
padding, paddingLeft, paddingRight, paddingTop, paddingBottom | number padding, paddingLeft, paddingRight, paddingTop, paddingBottom | positive number
borderWidth, borderLeftWidth, borderRightWidth, borderTopWidth, borderBottomWidth | number borderWidth, borderLeftWidth, borderRightWidth, borderTopWidth, borderBottomWidth | positive number
flexDirection | 'column', 'row' flexDirection | 'column', 'row'
justifyContent | 'flex-start', 'center', 'flex-end', 'space-between', 'space-around' justifyContent | 'flex-start', 'center', 'flex-end', 'space-between', 'space-around'
alignItems, alignSelf | 'flex-start', 'center', 'flex-end', 'stretch' alignItems, alignSelf | 'flex-start', 'center', 'flex-end', 'stretch'