Fork me on GitHub
#devcards
<
2016-09-14
>
bill_tozier01:09:21

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?

bill_tozier02:09:12

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?

anmonteiro09:09:56

@bill_tozier: I've gone through that path to render single cards in blog posts