Skip to content

Instantly share code, notes, and snippets.

@lukemorton
Created October 26, 2015 17:05
Show Gist options
  • Save lukemorton/c2f94d23ec9a926e5052 to your computer and use it in GitHub Desktop.
Save lukemorton/c2f94d23ec9a926e5052 to your computer and use it in GitHub Desktop.
(q/defcomponent Article
(dom/article {:class-name :article}
(dom/header
(dom/h1 {} title)
(dom/section {:class-name :byline}
(dom/span {:class-name :date}
published-at))
(dom/section body))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment