Metadata-Version: 2.1
Name: streamlit-editor
Version: 0.0.1
Summary: A components allow editor words
Author: wuhui
Author-email: 18896724614@139.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# streamlit-editor

A components allow editor words

## Installation instructions 

```sh
pip install streamlit-editor
```

## Usage instructions

```python
import streamlit as st

from st_editor import st_editor

value = st_editor()

st.write(value)
