{"id":18761648,"url":"https://github.com/reflex-dev/reflex-chakra","last_synced_at":"2025-04-13T03:31:43.977Z","repository":{"id":253243039,"uuid":"842714502","full_name":"reflex-dev/reflex-chakra","owner":"reflex-dev","description":"Chakra Implementation in Reflex","archived":false,"fork":false,"pushed_at":"2025-03-24T21:19:01.000Z","size":1495,"stargazers_count":28,"open_issues_count":9,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T22:22:22.321Z","etag":null,"topics":["chakra","chakra-ui","python","reflex","ui"],"latest_commit_sha":null,"homepage":"https://chakra.reflex.run/introduction/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reflex-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-14T23:47:59.000Z","updated_at":"2025-03-24T21:13:00.000Z","dependencies_parsed_at":"2024-10-23T06:52:32.689Z","dependency_job_id":"8d15f8e5-0234-43f0-8f6d-9be78a2f6367","html_url":"https://github.com/reflex-dev/reflex-chakra","commit_stats":null,"previous_names":["reflex-dev/reflex-chakra"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflex-dev%2Freflex-chakra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflex-dev%2Freflex-chakra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflex-dev%2Freflex-chakra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reflex-dev%2Freflex-chakra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reflex-dev","download_url":"https://codeload.github.com/reflex-dev/reflex-chakra/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248659658,"owners_count":21141153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chakra","chakra-ui","python","reflex","ui"],"created_at":"2024-11-07T18:17:11.150Z","updated_at":"2025-04-13T03:31:43.593Z","avatar_url":"https://github.com/reflex-dev.png","language":"Python","readme":"# reflex-chakra\nUse [reflex](https://reflex.dev/) with chakra-ui components.\n\n## Installation \n\n```commandline\npip install reflex-chakra\n```\n\n## Usage\n```python\nimport reflex as rx\nimport reflex_chakra as rc\n\ndef index():\n   return rx.fragment(\n       rc.vstack(\n           rc.heading(\"This is a header\"),\n           rc.center(\"This text is centered\"),\n           rc.button(\n               \"click me\",\n               on_click=rx.toast(\"show toast!\"),\n               bg=\"purple\",\n               border_radius=\"0.5em\",\n               pl=\"10px\"\n           )\n       ),\n       \n   )\n\napp = rx.App()\napp.add_page(index)\n```\nVisit the [docs](https://reflex.dev/docs/library/chakra/datadisplay/badge/) for more info of chakra-ui components.","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflex-dev%2Freflex-chakra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freflex-dev%2Freflex-chakra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freflex-dev%2Freflex-chakra/lists"}