Skip to content

Instantly share code, notes, and snippets.

@benzen
Created September 20, 2015 20:52
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 benzen/2dc7943117198ce7f1af to your computer and use it in GitHub Desktop.
Save benzen/2dc7943117198ce7f1af to your computer and use it in GitHub Desktop.
(ns our-child.devcards
(:require
[reagent.core :as rg]
[devcards.core :as dc])
(:require-macros
[devcards.core :as dc :refer [defcard defcard-doc deftest dom-node]]))
(dc/defcard string-card (str "## **string** type will render as markdown."))
(defcard my-first-card
(rg/as-element [:h1 "Devcards is freaking awesome!"]))
(devcards.core/start-devcard-ui!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment