Metadata-Version: 2.4
Name: reflex-antd
Version: 0.2.1
Summary: Reflex custom component ant-design
Author-email: seewind <seewindcn@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/seewindcn/reflex-antd
Project-URL: homepage, https://github.com/seewindcn/reflex-antd
Project-URL: source, https://github.com/seewindcn/reflex-antd
Keywords: reflex,reflex-custom-components,ant-design,antd
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: reflex<0.7.0,>=0.6.0
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# reflex-antd

A [Reflex](https://github.com/reflex-dev/reflex) custom component wrap [ant.design](https://ant.design/).

pypi: [reflex-antd](https://pypi.org/pypi/reflex-antd/)

## Installation

```bash
pip install reflex-antd
```

## antd-demo

[antd-demo](https://antd-demo-teal-sun.reflex.run/)


### screen
- table
![table](docs/img/table1.png)
- menu
![menu1](docs/img/menu1.png)
- transfer
![transfer1](docs/img/transfer1.png)
- ...


## build
```
reflex component build
reflex component publish -t <pypi-token>

# ant-demo update
cd antd_demo/
reflex deploy
```

