{"id":46209,"library":"reflex-chakra","title":"Reflex Chakra","description":"Reflex Chakra provides Chakra UI components for the Reflex web framework, enabling developers to build reactive web apps with a rich set of pre-styled components. Current version is 0.8.2.post1, requires Python >=3.10, and follows Reflex's release cadence.","status":"active","version":"0.8.2.post1","language":"python","source_language":"en","source_url":"https://github.com/reflex-dev/reflex-chakra","tags":["reflex","chakra-ui","components","web","ui"],"install":[{"cmd":"pip install reflex-chakra","lang":"bash","label":"PyPI"}],"dependencies":[{"reason":"Core framework required","package":"reflex","optional":false}],"imports":[{"wrong":"from reflex_chakra import chakra","symbol":"chakra","correct":"from reflex_chakra import chakra"}],"quickstart":{"code":"import reflex as rx\nfrom reflex_chakra import chakra\n\nclass State(rx.State):\n    pass\n\ndef index() -> rx.Component:\n    return chakra.vstack(\n        chakra.heading(\"Hello Chakra!\", size=\"xl\"),\n        chakra.button(\"Click Me\", color_scheme=\"blue\"),\n    )\n\napp = rx.App()\napp.add_page(index, route=\"/\")\napp.compile()","lang":"python","description":"Minimal Reflex app using Chakra components."},"warnings":[{"fix":"Refer to the official Reflex Chakra changelog for mapping old to new component names.","message":"Some Chakra components have been renamed in Reflex 0.8+ (e.g., `chakra.box` to `chakra.container`). Check the migration guide.","severity":"deprecated","affected_versions":">=0.8.0"},{"fix":"Use only supported color scheme tokens: gray, red, orange, yellow, green, teal, blue, cyan, purple, pink.","message":"Component color schemes (e.g., 'blue') must match Chakra theme tokens; invalid tokens silently fall back to default.","severity":"gotcha","affected_versions":"all"},{"fix":"Consult the official Reflex Chakra component docs for supported props; fall back to custom CSS with `style=` if needed.","message":"Reflex Chakra does not support all Chakra UI props; some props like `variant` may not work as expected.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'0.8.2':33 '3.10':37 'app':20 'build':17 'cadenc':43 'chakra':2,4,6,46 'chakra-ui':45 'compon':8,29,48 'current':30 'develop':15 'enabl':14 'follow':39 'framework':13 'post1':34 'pre':27 'pre-styl':26 'provid':5 'python':36 'reactiv':18 'reflex':1,3,11,40,44 'releas':42 'requir':35 'rich':23 'set':24 'style':28 'ui':7,47,50 'version':31 'web':12,19,49","created_at":"2026-06-07T12:58:48.922338+00:00","updated_at":"2026-06-07T12:58:48.922338+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\n  File \"/tmp/tmp18mytyz9/venv/lib/python3.12/site-packages/reflex_chakra/__init__.py\", line 3, in <module>\n    from .components import *\n  File \"/tmp/tmp18mytyz9/venv/lib/python3.12/site-packages/reflex_chakra/components/__ini"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["devops"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}