Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created April 8, 2017 14:16
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 ethagnawl/c34eb264ba28f3cf9e8e453d47f13c54 to your computer and use it in GitHub Desktop.
Save ethagnawl/c34eb264ba28f3cf9e8e453d47f13c54 to your computer and use it in GitHub Desktop.
hiccup.def/defelem example
input (hiccup-def/defelem input [& args] [:input {:name "name" :type "text"}])
(input {:data-foo "bar"}) ;; <input name="name" type="text" data-foo="bar">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment