Skip to content

Commit 3a93a78

Browse files
committed
added size to docs in readme
1 parent 0ec80b8 commit 3a93a78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Take a look at [this gist](https://gist.github.com/mmazzarolo/cfd467436f9d110e94
9898
##### ActionButton:
9999
| Property | Type | Default | Description |
100100
| ------------- |:-------------:|:------------: | ----------- |
101+
| size | number | 56 | use this to change the size of the Button
101102
| resetToken | any | null | use this to reset the internal component state (expand/collapse) in a re-render cycle. Synchronize the component state.
102103
| active | boolean | false | action buttons visible or not
103104
| autoInactive | boolean | true | Auto hide ActionButtons when ActionButton.Item is pressed.
@@ -133,6 +134,7 @@ Take a look at [this gist](https://gist.github.com/mmazzarolo/cfd467436f9d110e94
133134
##### ActionButton.Item:
134135
| Property | Type | Default | Description |
135136
| ------------- |:-------------:|:------------: | ----------- |
137+
| size | number | parentSize | use this to change the size of the Button
136138
| title | string | undefined | the title shown next to the button. When `undefined` the title is not hidden
137139
| onPress | func | null | **required** function, triggers when a button is tapped
138140
| buttonColor | string | same as + button | background color of the Button

0 commit comments

Comments
 (0)