This repository was archived by the owner on Mar 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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 |
You can’t perform that action at this time.
0 commit comments