Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit bc02994

Browse files
committed
added social image
1 parent cbb0727 commit bc02994

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,22 @@
5252
| textStyle | none | object | text styling |
5353
| fontSize | 18 | number | font size |
5454
| underlayColor | transparent | string(color) | underlay color for button press |
55-
| raised | false | boolean | flag to add raised button styling |
55+
| raised | false | boolean | flag to add raised button styling |
56+
57+
### Social Icons & Buttons
58+
59+
![Social Icons](http://i.imgur.com/5CR551S.png)
60+
61+
```
62+
/// Icon
63+
<SocialIcon
64+
type='twitter'
65+
/>
66+
67+
/// Button
68+
<SocialIcon
69+
title='Some Twitter Message'
70+
button
71+
type='twitter'
72+
/>
73+
```

0 commit comments

Comments
 (0)