Metadata-Version: 2.4
Name: streamlit-lexical-extended
Version: 0.1.6
Summary: Streamlit component that allows you to use Meta's Lexical rich text editor with tables and everything!
Author: Alex C
Author-email: 
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit>=1.36.0
Provides-Extra: devel
Requires-Dist: wheel; extra == "devel"
Requires-Dist: pytest==7.4.0; extra == "devel"
Requires-Dist: playwright==1.39.0; extra == "devel"
Requires-Dist: requests==2.31.0; extra == "devel"
Requires-Dist: pytest-playwright-snapshot==1.0; extra == "devel"
Requires-Dist: pytest-rerunfailures==12.0; extra == "devel"
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# streamlit-lexical-extended

Streamlit component that allows you to use Meta's [Lexical](https://lexical.dev/) as a rich text plugin. With tabbles and everything!

It is a spin off of [streamlit_lexical](https://github.com/alexander-dickson/streamlit_lexical).

## Installation instructions

```sh
pip install streamlit-lexical-extended
```
