trulia / hologram

A markdown based documentation system for style guides.
http://trulia.github.io/hologram
Other
2.16k stars 199 forks source link

Add a React code renderer for boilerplate-free React examples. #194

Closed pmeskers closed 9 years ago

pmeskers commented 9 years ago

This adds a basic renderer for React examples that removes the boilerplate of having to render a React component to a particular DOM element.

screen shot 2015-01-16 at 4 52 21 pm

This was originally written by @gpleiss, I've just put a bow on it.