Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 971 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 971 Bytes

📝 Streamlit Quill

GitHub PyPI

Installation

pip install streamlit-quill

Getting started

import streamlit as st

from streamlit_quill import st_quill

# Spawn a new Quill editor
content = st_quill()

# Display editor's content as you type
content

Demo

Open in Streamlit

Preview