Show a snackbar
Show a snackbar component with a message for a specific amount of time.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | Specify the message you want to show in the snackbar. | STRING | true | |
Time active | The amount of milliseconds the snackbar should be visible. For example: 1000, if you wish to show this snackbar for 1 second before hiding it again. | NUMBER | false | 2000 |