Metadata-Version: 2.1
Name: streamlit-quill
Version: 0.0.2
Summary: Quill component for Streamlit
Home-page: https://github.com/Ghasel/streamlit-quill
Author: Ghasel
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: streamlit (>=0.63)

# Streamlit Quill

[React Quill](https://github.com/zenoamaro/react-quill) component for [Streamlit](https://www.streamlit.io/).

## Installation

In a python virtual environment, run:

```sh
pip install streamlit-quill
```

## Demo

To test this component, you can run the demo script:

```sh
streamlit run https://raw.githubusercontent.com/Ghasel/streamlit-quill/master/examples/streamlit_quill_demo.py
```

![Demo 1](https://raw.githubusercontent.com/Ghasel/streamlit-quill/master/examples/streamlit_quill_demo_text.png)
![Demo 2](https://raw.githubusercontent.com/Ghasel/streamlit-quill/master/examples/streamlit_quill_demo_html.png)


