Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/block.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Simple example:
| shadowColor | string | null | changes the shadow's color |
| space | string | null | your options are: 'between', 'around' or 'evenly' |
| top | bool | false | alignItems: 'flex-start' alignSelf: 'flex-start' |
| width | number | null | changes the width of the Block |
| width | number | null | changes the width of the Block |
5 changes: 4 additions & 1 deletion components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ Code example:
| shadowColor | bool, string | false | the default shadowColor is based on the button's color but you can also write a specific shadowColor |
| shadowless | bool | false | removes shadow |
| size | number | 'large' | your options are: 'large', 'small' |
| uppercase | bool | false | makes all letters uppercase |
| size | number | 'large' | your options are: 'large', 'small' |
| style | stylesheet | null | changes the style of the button inside the button |
| textStyle | stylesheet | null | changes the style of the text inside the button |
| uppercase | bool | false | makes all letters uppercase |