Reflex-Icons
This library provides all icons of React-icons wrapped for ReFlex framework
Installation
pip install reflex-icons
Upgradation
pip install reflex-icons --upgrade
Add react-icons in rxconfig.py
config = rx.Config(
...,
frontend_packages=[
"react-icons",
],
)
Use
import reflex as rx
from reflex_icons.BootStrap import BsFill0CircleFill
def index():
return rx.box(
BsFill0CircleFill()
)
Author
Name : Saurabh Wadekar
Email : saurabhwadekar420@gmail.com
County : 🇮🇳INDIA🇮🇳
❤️ THANK YOU ❤️
If this library is useful to you, don't forget to Star ⭐ it