Unofficial React bindings for Typograms
npm install --save react-typograms
import Typograms from 'react-typograms';
function MyComponent() {
return (
<Typograms
content={`
+----+
| |---> My first diagram!
+----+
`}
/>
);
}
export default MyComponent;
This package releases under the Apache-2.0 License.