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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i attina

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • obartra