Skip to content

okld/streamlit-quill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 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