Skip to content

Lucide

Lucide is a library of over 1,000 icons.

Reflex has a built-in component for Lucide. For your convenience, RIL provides passthrough access to this component via icons.lucide:

import RIL as icons

icons.lucide("calendar")  # equivalent to rx.icon("calendar")

For detailed usage instructions, see Reflex's documentation.