This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-14
Channels
- # aws-lambda (5)
- # beginners (38)
- # boot (197)
- # carry (7)
- # clara (3)
- # cljs-dev (7)
- # cljsjs (6)
- # cljsrn (24)
- # clojure (39)
- # clojure-art (10)
- # clojure-austin (7)
- # clojure-dusseldorf (1)
- # clojure-italy (8)
- # clojure-russia (89)
- # clojure-spec (119)
- # clojure-taiwan (1)
- # clojure-uk (19)
- # clojurescript (104)
- # community-development (2)
- # conf-proposals (22)
- # copenhagen-clojurians (8)
- # cursive (2)
- # datomic (35)
- # devcards (4)
- # dirac (79)
- # euroclojure (2)
- # immutant (35)
- # om (138)
- # om-next (2)
- # onyx (172)
- # proton (4)
- # protorepl (1)
- # re-frame (36)
- # reagent (34)
- # spacemacs (1)
- # specter (7)
- # untangled (89)
- # yada (2)
Is there any way for me to render devcards cards without the ui/breadcrumbs header on each page? In other words, is it feasible to include a (defcard-rg …)
macro called as a function call in another reagent
component, without having the devcards
logo and file name rendered at the top of the page?
I suppose what I’m asking here is: Can I render a single devcard anywhere outside the (devcards.core/start-devcard-ui!)
interface? I’d like to be able to use the same literate style, interleaving defcard-doc
cards with regular reagent
components in my main app’s docs pages. Is that feasible?
@bill_tozier: I've gone through that path to render single cards in blog posts