Skip to content
/ attina Public

React Mermaid Renderer 🐟

License

Notifications You must be signed in to change notification settings

obartra/attina

Repository files navigation

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

About

React Mermaid Renderer 🐟

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published