Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neka-nat/streamlit-mermaid

Streamlit component for mermaid
https://github.com/neka-nat/streamlit-mermaid

mermaid python streamlit

Last synced: 3 months ago
JSON representation

Streamlit component for mermaid

Awesome Lists containing this project

README

        

# streamlit-mermaid

Streamlit Component, for Mermaid.

## Installation

```bash
pip install streamlit-mermaid
```

## Quick start

```py
import streamlit_mermaid as stmd
import streamlit as st

code = """
graph TD
A --> B
"""

stmd.st_mermaid(code)
```

```bash
streamlit run examples/example.py
```

![demo](demo.gif)