react-mustache

React component for Mustache.

Usage no npm install needed!

<script type="module">
  import reactMustache from 'https://cdn.skypack.dev/react-mustache';
</script>

README

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'}} />