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

Commit 7c69d52

Browse files
committed
updated readme
1 parent 162f0f5 commit 7c69d52

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Native Hackathon Starter Project & UI Toolkit
1+
# 🔥🔥🔥 React Native Hackathon Starter Project & UI Toolkit 🔥🔥🔥
22

33
![React Native UI Toolkit](http://i.imgur.com/80RWAyT.png)
44

@@ -29,19 +29,19 @@
2929

3030
## API
3131

32-
Button
32+
### Button
3333

3434
![Buttons](http://i.imgur.com/aZNhgFp.png)
3535

3636
| Prop | default | Type | Description |
3737
| ---- | ---- | ----| ---- |
38-
| buttonStyle | none | object | Add additional styling for button component |
39-
| title | none | string | Button title |
38+
| buttonStyle | none | object | add additional styling for button component |
39+
| title | none | string | button title |
4040
| onPress | none | function | onPress method |
4141
| icon | none | string | [Material Icon Name](https://design.google.com/icons/) |
4242
| 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 |
43+
| backgroundColor | primary color | string (color) | background color of button |
44+
| color | white | string(color) | font color |
45+
| fontSize | 18 | number | font size |
4646
| underlayColor | transparent | string(color) | underlay color for button press |
4747
| raised | false | boolean | flag to add raised button styling |

0 commit comments

Comments
 (0)