react-twig icon indicating copy to clipboard operation
react-twig copied to clipboard

react-twig

npm package Build Status

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

Usage

import ReactTwig from 'react-twig'


<ReactTwig template="Kittens say: {{ variable }}" data={{ variable: 'meow' }} />