Show a snackbar
Show a snackbar ui element with a message for a specific amount of time. This is perfect for providing feedback to a user with regards to a certain action
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | Specify the message you want to show in the snackbar. | Text | 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 |