sdk-message
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://www.soodohkohd.com?w=packages&v=sdk-message", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -39,7 +39,9 @@ <img src="https://www.soodohkohd.com/assets/images/logo.png" title="soo-doh-kohd" height="200"/> | ||
List of properties: | ||
- ```message (string | undefined)```: Message to display. (See NOTE) | ||
- ```height (string | undefined)```: Height (pixel-based 'px') of the message box. Default: 30px. | ||
- ```style (string | undefined)```: Custom style to apply to message. Default: blue background/white font. | ||
- ```timer (number | undefined)```: Time (in seconds) to display the message. Default: 5 (seconds). | ||
- ```message (string)```: Message to display. (See NOTE) | ||
- ```height (string)```: Height (pixel-based 'px') of the message box. Default: 35px. | ||
- ```style (string)```: Custom style to apply to message. Default: blue background/white font. | ||
- ```timer (number)```: Time (in seconds) to display the message. Default: 5 (seconds). | ||
NOTE: The ```sdk-message``` component clears the calling 'message' property be default. This is the reason for the required two-way binding [(message)]. | ||
The message will remain on the screen for the "timer" amount. If you click the message, it will close. If you move your mouse over the message, it will pause until you move your mouse away. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43879
46