/react-mustache-2

React component for Mustache template engine with updated react devdependency

Primary LanguageJavaScriptMIT LicenseMIT

react-mustache

npm package Build Status

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

Usage

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