Registry / devops / reflex-components-lucide

reflex-components-lucide

JSON →
library1.0.1pypypi✓ verified 82d ago

Reflex components wrapping the Lucide icon library. Version 1.0.1. Release cadence is irregular.

pip install reflex-components-lucide
INSTALL
IMPORT
SIG · REFLEX-COMPONENTS-
R
reflex-components-lucide
devopspythonv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Icon
from reflex_components_lucide import Icon
from reflex_lucide import LucideIcon
icon
from reflex_components_lucide import icon
from reflex_lucide import LucideIcon

Basic usage of LucideIcon component.

from reflex_lucide import LucideIcon import reflex as rx class State(rx.State): pass def index(): return rx.center( LucideIcon(icon='heart', size=24, color='red') ) app = rx.App(state=State) app.add_page(index) app.compile()
Debug
Known issues
deprecatedSome icon names may be deprecated or renamed in newer Lucide versions. Always check the official Lucide icon list.
fix
Verify icon name at https://lucide.dev/icons
affects: all
gotchaThe library requires Reflex >= 0.5.0. Older versions of Reflex may cause import errors.
fix
Upgrade Reflex: pip install --upgrade reflex
affects: 1.0.0+
breakingImport path changed from 'reflex_components_lucide' to 'reflex_lucide' in version 1.0.0. Old imports break.
fix
Change 'from reflex_components_lucide import ...' to 'from reflex_lucide import ...'
affects: <1.0.0
Upgrade
Version history
1.0.1latest on PyPI · released May 23, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources

No resource links recorded.

reflex-components-lucide — pip install reflex-components-lucide · libregistry