Skip to content

Commit 1c9ae9c

Browse files
author
Peter Piekarczyk
committed
update readme
1 parent 58a22db commit 1c9ae9c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ const FACES = [
4343
faces: PropTypes.shape({
4444
imageUrl: PropTypes.string
4545
}),
46-
overflow: PropTypes.number,
47-
circleHeight: PropTypes.number,
48-
circleWidth: PropTypes.number,
49-
containerStyle: PropTypes.style,
50-
circleStyle: PropTypes.style,
51-
overflowStyle: PropTypes.styles
46+
circleSize: PropTypes.number, // 20, 40, 60, etc.
47+
overflow: PropTypes.number, // # of additional faces (+3, etc.)
48+
containerStyle: PropTypes.instanceOf(StyleSheet), // overall container style
49+
circleStyle: PropTypes.instanceOf(StyleSheet), // override default circle styles
50+
imageStyle: PropTypes.instanceOf(StyleSheet), // override default image styles
51+
overflowStyle: PropTypes.instanceOf(StyleSheet), // override default overflow circle styles
52+
overflowLabelStyle: PropTypes.instanceOf(StyleSheet) // override default overflow label (+8) styles
5253
```

0 commit comments

Comments
 (0)