bustle / ember-mobiledoc-dom-renderer

Render mobiledoc documents in an ember app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expose property on component to override card class names

bantic opened this issue · comments

Cards currently get placed in a wrapper div with class name of '__rendered-mobiledoc-card' and '__rendered-mobiledoc-card-${cardName}'. The {{render-mobiledoc}} component should expose a way for a consumer to specify the card element class name(s)

I'd like the classes to stay 100% internal. They can add a DOM node and style it in their own domain, and that should be pretty easy to do.