Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@LewisRhine
Last active January 5, 2017 19:24
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 LewisRhine/5c32aa3cd8a32abd398b24e399e96c13 to your computer and use it in GitHub Desktop.
Save LewisRhine/5c32aa3cd8a32abd398b24e399e96c13 to your computer and use it in GitHub Desktop.
class Img(cssClassId: String = "") : MdlComponent("img", cssClassId) {
var src: String by htmlPram()
var width: Int by htmlPram()
var height: Int by htmlPram()
var border:Int by htmlPram()
var alt: String by htmlPram()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment