reflex-antd


Namereflex-antd JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryReflex custom component ant-design
upload_time2025-07-19 01:23:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords reflex reflex-custom-components ant-design antd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "reflex-antd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "reflex, reflex-custom-components, ant-design, antd",
    "author": null,
    "author_email": "seewind <seewindcn@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ed/ed/1c7e3145fa7e89ef615fba42704b7cbea36a17a426ab2be4a4efa568f638/reflex_antd-0.2.1.tar.gz",
    "platform": null,
    "description": "# reflex-antd\n\nA [Reflex](https://github.com/reflex-dev/reflex) custom component wrap [ant.design](https://ant.design/).\n\npypi: [reflex-antd](https://pypi.org/pypi/reflex-antd/)\n\n## Installation\n\n```bash\npip install reflex-antd\n```\n\n## antd-demo\n\n[antd-demo](https://antd-demo-teal-sun.reflex.run/)\n\n\n### screen\n- table\n![table](docs/img/table1.png)\n- menu\n![menu1](docs/img/menu1.png)\n- transfer\n![transfer1](docs/img/transfer1.png)\n- ...\n\n\n## build\n```\nreflex component build\nreflex component publish -t <pypi-token>\n\n# ant-demo update\ncd antd_demo/\nreflex deploy\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Reflex custom component ant-design",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/seewindcn/reflex-antd",
        "source": "https://github.com/seewindcn/reflex-antd"
    },
    "split_keywords": [
        "reflex",
        " reflex-custom-components",
        " ant-design",
        " antd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb93bec5cd001f6980da61d4fb548f098af379f28068e0327cb297385df164e3",
                "md5": "940d734d10ad1f5439431dea70d8cd10",
                "sha256": "48235e0c14c695abbef323d5f147e3dc91ecb50f9ab2c29d8e6ae7fd7d0c9047"
            },
            "downloads": -1,
            "filename": "reflex_antd-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "940d734d10ad1f5439431dea70d8cd10",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 88712,
            "upload_time": "2025-07-19T01:23:06",
            "upload_time_iso_8601": "2025-07-19T01:23:06.022450Z",
            "url": "https://files.pythonhosted.org/packages/eb/93/bec5cd001f6980da61d4fb548f098af379f28068e0327cb297385df164e3/reflex_antd-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eded1c7e3145fa7e89ef615fba42704b7cbea36a17a426ab2be4a4efa568f638",
                "md5": "fef56fd7bbbd603c77ace29f6558b433",
                "sha256": "5c815417673e82fa6e5037a00d97b96101d38771bf18864d30e4086cd395bb51"
            },
            "downloads": -1,
            "filename": "reflex_antd-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fef56fd7bbbd603c77ace29f6558b433",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 54199,
            "upload_time": "2025-07-19T01:23:07",
            "upload_time_iso_8601": "2025-07-19T01:23:07.905061Z",
            "url": "https://files.pythonhosted.org/packages/ed/ed/1c7e3145fa7e89ef615fba42704b7cbea36a17a426ab2be4a4efa568f638/reflex_antd-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-19 01:23:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "seewindcn",
    "github_project": "reflex-antd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "reflex-antd"
}
        
Elapsed time: 2.42801s