attina
v1.0.1
Published
mermaid's react viewer
Readme
Attina 🐟
Mermaid react renderer compatible with React 15.5+ based off React Mermaid
Uses Mermaid under the hood
Setup
Install with:
$ yarn add attinaUsage
<Attina
diagram={`
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;`}
/>Will produce the following output:
Demo
You can modify this example on codesandbox:
