Skip to content

Commit a51d006

Browse files
authored
Update readme
1 parent 35c6a3d commit a51d006

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
@@ -155,6 +155,7 @@ The `<PinScreen />` is a great plug and play solution for a PIN screen.
155155
| keyboard | array | Yes | See PinKeyboard.js | 4 x 3 matrix containing the value for each key. Image or text. |
156156
| keyboardStyle | object | Yes | See PinKeyboard.js | Style applied to the keyboard. |
157157
| keyboardDisabledStyle | object | Yes | See PinKeyboard.js | Style applied when the keyboard is disabled. |
158+
| disableRippleEffect | bool | Yes | false | Disables the ripple effect from the keys. |
158159
| keyStyle | object | Yes | See PinKeyboard.js | Style applied to each key on the keyboard. |
159160
| keyTextStyle | object | Yes | See PinKeyboard.js | Style applied to the text inside each key. |
160161
| keyImageStyle | object | Yes | See PinKeyboard.js | Style applied to image in a key. If an image is passed. |
@@ -174,6 +175,7 @@ in the future.
174175
| keyboardFunc | array | Yes | See PinKeyboard.js | 4 x 3 matrix containing custom functions for each key. Pass null for no function. |
175176
| keyboardStyle | object | Yes | See PinKeyboard.js | Style applied to the keyboard. |
176177
| keyboardDisabledStyle | object | Yes | See PinKeyboard.js | Style applied when the keyboard is disabled. |
178+
| disableRippleEffect | bool | Yes | false | Disables the ripple effect from the keys. |
177179
| keyStyle | object | Yes | See PinKeyboard.js | Style applied to each key on the keyboard. |
178180
| keyTextStyle | object | Yes | See PinKeyboard.js | Style applied to the text inside each key. |
179181
| keyImageStyle | object | Yes | See PinKeyboard.js | Style applied to image in a key. If an image is passed. |

0 commit comments

Comments
 (0)