attina

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i attina

Weekly Downloads

5

Version

1.0.1

License

MIT

Last publish

Collaborators

  • obartra