Adding borderWidth support to the README

This commit is contained in:
Christopher Chedeau
2014-04-22 11:46:12 -07:00
parent a22194b6c0
commit dc8d706e4e

View File

@@ -15,6 +15,7 @@ width, height | number
left, right, top, bottom | number left, right, top, bottom | number
margin, marginLeft, marginRight, marginTop, marginBottom | positive number margin, marginLeft, marginRight, marginTop, marginBottom | positive number
padding, paddingLeft, paddingRight, paddingTop, paddingBottom | positive number padding, paddingLeft, paddingRight, paddingTop, paddingBottom | positive 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'