reflex-animated-cursor


Namereflex-animated-cursor JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryReflex custom component animated-cursor
upload_time2024-06-03 06:27:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords reflex reflex-custom-components
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # animated-cursor

A Reflex custom component animated-cursor.

## Installation

```bash
pip install reflex-animated-cursor
```

- **`color`**: `str` - RGB value for the cursor color.
- **`inner_scale`**: `float` - Scale factor for the inner cursor.
- **`outer_scale`**: `float` - Scale factor for the outer cursor.
- **`outer_alpha`**: `float` - Alpha transparency for the outer cursor.
- **`inner_size`**: `int` - Size (px) of the inner cursor dot.
- **`outer_size`**: `int` - Size (px) of the outer cursor outline.
- **`inner_style`**: `dict` - Custom styles for the inner cursor.
- **`outer_style`**: `dict` - Custom styles for the outer cursor.
- **`clickables`**: `list` - Collection of selectors that trigger cursor interaction.
- **`show_system_cursor`**: `bool` - Show or hide the system cursor.
- **`trailing_speed`**: `int` - Speed of the outer cursor's trailing animation.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "reflex-animated-cursor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "reflex, reflex-custom-components",
    "author": null,
    "author_email": "Adarsh Gourab Mahalik <gourabmahalikadarsh@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c6/fa/582b70f883cec2f4ccbb6425c8b930e573911cd62a77d1f483a15d5f2e95/reflex_animated_cursor-0.0.1.tar.gz",
    "platform": null,
    "description": "# animated-cursor\r\n\r\nA Reflex custom component animated-cursor.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install reflex-animated-cursor\r\n```\r\n\r\n- **`color`**: `str` - RGB value for the cursor color.\r\n- **`inner_scale`**: `float` - Scale factor for the inner cursor.\r\n- **`outer_scale`**: `float` - Scale factor for the outer cursor.\r\n- **`outer_alpha`**: `float` - Alpha transparency for the outer cursor.\r\n- **`inner_size`**: `int` - Size (px) of the inner cursor dot.\r\n- **`outer_size`**: `int` - Size (px) of the outer cursor outline.\r\n- **`inner_style`**: `dict` - Custom styles for the inner cursor.\r\n- **`outer_style`**: `dict` - Custom styles for the outer cursor.\r\n- **`clickables`**: `list` - Collection of selectors that trigger cursor interaction.\r\n- **`show_system_cursor`**: `bool` - Show or hide the system cursor.\r\n- **`trailing_speed`**: `int` - Speed of the outer cursor's trailing animation.\r\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Reflex custom component animated-cursor",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "reflex",
        " reflex-custom-components"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09ef694b3ee707124e50f4c1326590ecb5c57a3bbbed02cd0d7db4fa8cb5c2b4",
                "md5": "97ae3fd9f20b0f70e89e86533e473e52",
                "sha256": "d05e26a4d3895cb6d076894a7e9d4fced53b435b1bd61c000a01fe2b440d6865"
            },
            "downloads": -1,
            "filename": "reflex_animated_cursor-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "97ae3fd9f20b0f70e89e86533e473e52",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2867,
            "upload_time": "2024-06-03T06:27:39",
            "upload_time_iso_8601": "2024-06-03T06:27:39.951562Z",
            "url": "https://files.pythonhosted.org/packages/09/ef/694b3ee707124e50f4c1326590ecb5c57a3bbbed02cd0d7db4fa8cb5c2b4/reflex_animated_cursor-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6fa582b70f883cec2f4ccbb6425c8b930e573911cd62a77d1f483a15d5f2e95",
                "md5": "5ee663bd60304310b13640f47bcbebe9",
                "sha256": "1d17b076c59f9889792eb3dcdbc6d9bcb001dbb97d06ac505872016276ad2daa"
            },
            "downloads": -1,
            "filename": "reflex_animated_cursor-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5ee663bd60304310b13640f47bcbebe9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2524,
            "upload_time": "2024-06-03T06:27:42",
            "upload_time_iso_8601": "2024-06-03T06:27:42.032131Z",
            "url": "https://files.pythonhosted.org/packages/c6/fa/582b70f883cec2f4ccbb6425c8b930e573911cd62a77d1f483a15d5f2e95/reflex_animated_cursor-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-03 06:27:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "reflex-animated-cursor"
}
        
Elapsed time: 0.93325s