Metadata-Version: 2.1
Name: st-material-table
Version: 0.0.4
Summary: Streamlit Custom Components in React
Home-page: https://github.com/icheft/st-material-table
Author: Brian L. Chen
Author-email: brian.lxchen@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: streamlit (>=0.83)

<h1 align="center">
  <br>
  <a href="https://pypi.org/project/st-material-table/"><img src="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/240/twitter/282/classical-building_1f3db-fe0f.png" alt="mgt2001" width="50"></a>
  <br>
  Streamlit Material-UI Table
  <br>
</h1>

<h4 align="center">Streamlit Custom Components in React.</h4>

<p align="center">
  <a href="https://pypi.org/project/st-material-table/">
    <img src="https://img.shields.io/pypi/v/st-material-table.svg?maxAge=3600"
         alt="View package on PyPI">
  </a>
</p>

<p align="center">
  <a href="#how-to-use">How to Use</a> •
  <a href="#contribution">Contributions</a>
</p>

I've read through [the documentation](https://docs.streamlit.io/en/stable/publish_streamlit_components.html) and searched through other amazing components shown [here](https://streamlit.io/components), but couldn't get exactly what I need. Just yet.

The ultimate goal is to replicate [those Material-UI tables](https://material-ui.com/components/tables/#custom-pagination-actions). 

## How to Use

```sh
pip install st_material_table
```

## Contributions

The project is set up under MIT license. Feel free to play around. 

