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

Commit 162f0f5

Browse files
committed
updated readme
1 parent 0bfe69e commit 162f0f5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,12 @@ Button
3636
| Prop | default | Type | Description |
3737
| ---- | ---- | ----| ---- |
3838
| buttonStyle | none | object | Add additional styling for button component |
39-
| title | none | string | Button title |
39+
| title | none | string | Button title |
40+
| onPress | none | function | onPress method |
41+
| icon | none | string | [Material Icon Name](https://design.google.com/icons/) |
42+
| secondary | false | boolean | secondary button flag |
43+
| backgroundColor | primary color | string (color) | Background color of button |
44+
| color | white | string(color) | Font color |
45+
| fontSize | 18 | number | Font size |
46+
| underlayColor | transparent | string(color) | underlay color for button press |
47+
| raised | false | boolean | flag to add raised button styling |

0 commit comments

Comments
 (0)