Skip to content

Instantly share code, notes, and snippets.

@corbindavenport
Created May 2, 2015 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corbindavenport/2d561d1cea87b631e55e to your computer and use it in GitHub Desktop.
Save corbindavenport/2d561d1cea87b631e55e to your computer and use it in GitHub Desktop.
Nimbus example extension
// Extension information
var extension = {
name: "Test Extension",
description: "This is an example of an extension.",
version: "1.0"
};
// Main function
function main() {
Materialize.toast('Works!', 3000, 'rounded');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment