react-toolbox/source/components/list_item.cjsx

14 lines
332 B
CoffeeScript

###
@todo
###
module.exports = (data) ->
<div data-flex="horizontal center" className="activity">
<figure style={backgroundImage: "url()"} />
<div data-flex="vertical" data-flex-grow="max">
<strong data-flex-grow="max">text</strong>
<small>lorem ipsum...</small>
</div>
<small>moment</small>
</div>