We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1252282 commit ae1101aCopy full SHA for ae1101a
README.md
@@ -33,9 +33,9 @@ const App: () => React$Node = () => {
33
<View>
34
<UserAvatar size="100" name="Avishay Bar" />
35
<UserAvatar size="100" name="Avishay Bar" src="https://dummyimage.com/100x100/000/fff" />
36
- <UserAvatar size="50" name="John Doe" colors={['#ccc', '#fafafa', '#ccaabb']}/>
+ <UserAvatar size="50" name="John Doe" bgColors={['#ccc', '#fafafa', '#ccaabb']}/>
37
<UserAvatar size="50" name="John Doe" />
38
- <UserAvatar size="50" name="Jane Doe" color="#000" />
+ <UserAvatar size="50" name="Jane Doe" bgColor="#000" />
39
</View>
40
...
41
```
0 commit comments