File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments