Created
May 30, 2019 01:01
-
-
Save iamjpg/d6508d5fcf69c6cfd752bc29d86d99b0 to your computer and use it in GitHub Desktop.
Vitruvius Toast Signature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Toast from 'path_to_toast_js'; | |
let toast = new Toast(); | |
toast.show({ | |
type: 'success', | |
header: 'This is a Header', | |
message: 'This toast was created with the "removeIn" option meaning this toast will dissapear in 5 seconds.', | |
removeIn: 5000, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment