@@ -148,11 +148,14 @@ The `<PinScreen />` is a great plug and play solution for a PIN screen.
148148| containerStyle | object | Yes | See PinScreen.js | Style applied to the container. Background colour can be set here. |
149149| logoStyle | object | Yes | | Style applied to your logo. |
150150| taglineStyle | object | Yes | See PinScreen.js | Style applied to the tagline. |
151+ | pin | string | Yes | | The pin value. |
151152| pinContainerStyle | object | Yes | See PinInput.js | Style applied to PINS container. |
152153| pinStyle | object | Yes | See PinInput.js | Style applied to each circle PIN. |
153154| pinActiveStyle | object | Yes | See PinInput.js | Style applied to each circle PIN when it is active. |
155+ | keyboard | array | Yes | See PinKeyboard.js | 4 x 3 matrix containing the value for each key. Image or text. |
154156| keyboardStyle | object | Yes | See PinKeyboard.js | Style applied to the keyboard. |
155157| 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. |
156159| keyStyle | object | Yes | See PinKeyboard.js | Style applied to each key on the keyboard. |
157160| keyTextStyle | object | Yes | See PinKeyboard.js | Style applied to the text inside each key. |
158161| keyImageStyle | object | Yes | See PinKeyboard.js | Style applied to image in a key. If an image is passed. |
@@ -172,6 +175,7 @@ in the future.
172175| keyboardFunc | array | Yes | See PinKeyboard.js | 4 x 3 matrix containing custom functions for each key. Pass null for no function. |
173176| keyboardStyle | object | Yes | See PinKeyboard.js | Style applied to the keyboard. |
174177| 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. |
175179| keyStyle | object | Yes | See PinKeyboard.js | Style applied to each key on the keyboard. |
176180| keyTextStyle | object | Yes | See PinKeyboard.js | Style applied to the text inside each key. |
177181| keyImageStyle | object | Yes | See PinKeyboard.js | Style applied to image in a key. If an image is passed. |
@@ -218,4 +222,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
218222
219223<!-- ALL-CONTRIBUTORS-LIST:END -->
220224
221- This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
225+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
0 commit comments