File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,23 @@ should work of the example project.
81
81
82
82
# Configuration - Props
83
83
84
- | Property | Type | Default | Description |
85
- | -------- | :-----: | :-----: | ------------------------------------------------------- |
86
- | outline | boolean | true | make the button outline |
87
- | solid | boolean | false | make the button with a solid background and a shadow |
88
- | gradient | boolean | false | make the button with a gradient background and a shadow |
89
- | width | number | 150 | change the button's width |
84
+ ## Fundamentals
85
+
86
+ | Property | Type | Default | Description |
87
+ | ----------- | :----: | :-------: | --------------------- |
88
+ | title | string | undefined | change the title |
89
+ | description | string | undefined | change the descrition |
90
+
91
+ ## Customization (Optionals)
92
+
93
+ | Property | Type | Default | Description |
94
+ | -------------- | :-------: | :-------: | ---------------------------------------------------------------------- |
95
+ | enableButton | boolean | false | let you enable the button (must use it for button) |
96
+ | onPress | function | undefined | set your own logic for the button functionality when it is pressed |
97
+ | buttonText | string | undefined | change the button's text |
98
+ | style | ViewStyle | default | set or override the style object for the main container |
99
+ | buttonStyle | ViewStyle | default | set or override the style object for the button style |
100
+ | ImageComponent | Image | default | set your own component instead of default react-native Image component |
90
101
91
102
## Future Plans
92
103
You can’t perform that action at this time.
0 commit comments