Skip to content

gtellapolinario/streamlit-mermaid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-mermaid

Streamlit Component, for Mermaid.

Installation

pip install streamlit-mermaid

Quick start

import streamlit_mermaid as stmd
import streamlit as st

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

stmd.st_mermaid(code)
streamlit run examples/example.py

demo

About

Streamlit component for mermaid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.5%
  • HTML 29.9%
  • TypeScript 24.6%