reflex-antd


Namereflex-antd JSON
Version 0.0.14 PyPI version JSON
download
home_pageNone
SummaryReflex custom component antd
upload_time2024-07-24 06:54:34
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.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/02/13/e2764d913075fc74a65159236badc593104d34b8930af65a113e05887bc8/reflex_antd-0.0.14.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.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 antd",
    "version": "0.0.14",
    "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": "1c246d6f8d85f6406b01c40ac793425e53aaf34868876e36180d008c264ef400",
                "md5": "3f3a1031b1f591342c1128b91523c2d9",
                "sha256": "ef3de26786bb0f5daf388cbe08b63e2abde0aa24e6b3e27172bf04f500570d87"
            },
            "downloads": -1,
            "filename": "reflex_antd-0.0.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f3a1031b1f591342c1128b91523c2d9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 150887,
            "upload_time": "2024-07-24T06:54:32",
            "upload_time_iso_8601": "2024-07-24T06:54:32.782624Z",
            "url": "https://files.pythonhosted.org/packages/1c/24/6d6f8d85f6406b01c40ac793425e53aaf34868876e36180d008c264ef400/reflex_antd-0.0.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0213e2764d913075fc74a65159236badc593104d34b8930af65a113e05887bc8",
                "md5": "507ca38c2f486eab01fcd1915497c4d7",
                "sha256": "0665bf91d74b858fa4b7da80d5929d5f2ecf81a55720b832a832d9ecd268dfb4"
            },
            "downloads": -1,
            "filename": "reflex_antd-0.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "507ca38c2f486eab01fcd1915497c4d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 63406,
            "upload_time": "2024-07-24T06:54:34",
            "upload_time_iso_8601": "2024-07-24T06:54:34.867557Z",
            "url": "https://files.pythonhosted.org/packages/02/13/e2764d913075fc74a65159236badc593104d34b8930af65a113e05887bc8/reflex_antd-0.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-24 06:54:34",
    "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: 3.59751s