Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 603 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 603 Bytes

Attina 🐟

Mermaid react renderer compatible with React 15.5+ based off React Mermaid

Uses Mermaid under the hood

Setup

Install with:

$ yarn add attina

Usage

<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:

Edit 7jqo862n7j