reflex/reflex/components/__init__.py
Masen Furer 78c54b3486
Use rx.el.img as rx.image (#2558)
* Use rx.el.img as rx.image

* Update test_image to work with plain rx.el.img
2024-02-08 14:44:53 -08:00

21 lines
530 B
Python

"""Import all the components."""
from __future__ import annotations
from . import lucide
from .base import Fragment, Script, fragment, script
from .component import Component
from .component import NoSSRComponent as NoSSRComponent
from .core import *
from .datadisplay import *
from .el import img as image
from .gridjs import *
from .markdown import *
from .moment import *
from .next import NextLink, next_link
from .plotly import *
from .radix import *
from .react_player import *
from .suneditor import *
icon = lucide.icon