0.1.5 • Published 8 years ago

react-mustache v0.1.5

Weekly downloads
1,095
License
MIT
Repository
github
Last release
8 years ago

react-mustache

React wrapper-component for mustache. Can be used to render templates inside a react component.

Build Status

Usage

import ReactMustache from 'react-mustache'
<ReactMustache template="Welcome {{title}}" data={{title: 'Mr. Gregory'}} />