{"id":46212,"library":"reflex-components-core","title":"Reflex Components Core","description":"A collection of pre-built UI components for Reflex (formerly Pynecone). Version 0.9.4. Release cadence: frequent updates targeting Reflex compatibility. Used to extend Reflex applications with common UI patterns like dashboards, tables, and forms.","status":"active","version":"0.9.4","language":"python","source_language":"en","source_url":"https://github.com/reflex-dev/reflex-components-core","tags":["reflex","ui-components","dashboards"],"install":[{"cmd":"pip install reflex-components-core","lang":"bash","label":"pip install"}],"dependencies":[{"reason":"Reflex Components Core is an extension of Reflex; requires Reflex (>=0.5.0) to be installed.","package":"reflex","optional":false}],"imports":[{"wrong":"from reflex_components_core import Dashboard","symbol":"Dashboard","correct":"from reflex_components_core import Dashboard"}],"quickstart":{"code":"import reflex as rx\nfrom reflex_components_core import Dashboard\n\nclass State(rx.State):\n    pass\n\ndef index() -> rx.Component:\n    return rx.container(\n        Dashboard(\n            title=\"Analytics\",\n            data=[{\"name\": \"A\", \"value\": 10}],\n        )\n    )\n\napp = rx.App()\napp.add_page(index)\napp.compile()","lang":"python","description":"Minimal Reflex app using a Dashboard component from reflex-components-core."},"warnings":[{"fix":"Use exact version pinning: reflex-components-core==0.9.4","message":"Major version 0.x indicates unstable API. Components may change without deprecation warnings. Pin dependency version in production.","severity":"breaking","affected_versions":"all 0.x"},{"fix":"Import with underscores: from reflex_components_core import ...","message":"The package name on PyPI uses hyphens (reflex-components-core), but the Python import uses underscores (reflex_components_core).","severity":"gotcha","affected_versions":"all"},{"fix":"Review the changelog on GitHub for component renames.","message":"Some older component names (e.g., 'Grid', 'Card') have been renamed in 0.9.x. Check changelog for migration.","severity":"deprecated","affected_versions":">=0.9.0"}],"env_vars":null,"search_vec":"'0.9.4':17 'applic':29 'built':9 'cadenc':19 'collect':5 'common':31 'compat':24 'compon':2,11,42 'core':3 'dashboard':35,43 'extend':27 'form':38 'former':14 'frequent':20 'like':34 'pattern':33 'pre':8 'pre-built':7 'pynecon':15 'reflex':1,13,23,28,39 'releas':18 'tabl':36 'target':22 'ui':10,32,41 'ui-compon':40 'updat':21 'use':25 'version':16","created_at":"2026-06-07T12:58:49.303280+00:00","updated_at":"2026-06-07T12:58:49.303280+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nImportError: cannot import name 'Dashboard' from 'reflex_components_core' (/tmp/tmpze5jdb_w/venv/lib/python3.12/site-packages/reflex_components_core/__init__.py)"},"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}}