---
imports:
window: global/window
---
# [Markdown Component Loader](https://github.com/ticky/markdown-component-loader)
Turn Markdown into dynamic, stateless React components
- Integrate documentation and other prose with user info and context
- Show your real UI components alongside documentation
- Add other dynamic components inside documentation
## REPL
This REPL allows you to view a generated component as you type.
The generated component is an ES6 module, which you can then pass into [Babel](http://babeljs.io), and use with [React](https://facebook.github.io/react/).
You can interpolate strings and React elements here; <code>{{ window.navigator.userAgent }}</code>!
More information about Markdown Component Loader is avaiable [on GitHub](https://github.com/ticky/markdown-component-loader)