Metadata-Version: 2.1
Name: streamlit-antd-components
Version: 0.1.3
Summary: streamlit components of antd design
Home-page: https://github.com/nicedouble/StreamlitAntdComponents
Author: jihaoran
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: streamlit (>=1.12.0)

# Streamlit-Antd-Components

A Streamlit component to display [Antd-Design](https://ant.design/). 

## Install

```shell script
pip install streamlit-antd-components
```

## Components

This library now provides 4 component:

- `menu` A versatile menu for navigation
- `tree` A hierarchical list structure component.
- `buttons` A group of buttons component.
- `tabs` A tabs component.


## Hightlights

* support streamlit theme(light or dark mode,or custom theme)
* support [Bootstrap Icon](https://icons.getbootstrap.com/)
* more style params
* multiple nested items in menu and tree


