Skip to content

Commit

Permalink
V1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhwadekar committed Jul 2, 2023
1 parent e93a2b6 commit 9f99488
Show file tree
Hide file tree
Showing 34 changed files with 22 additions and 4 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ pip install reflex-icons
pip install reflex-icons --upgrade
```

## Add react-icons in rxconfig.py
```python
frontend_packages=[
"react-icons",
]
```
## Use
```python
import reflex as rx
from reflex_icons.BootStrap import BsFill0CircleFill

def index():
return pc.box(
BsFill0CircleFill()
)
```



#### [📖 View all Icons ](https://react-icons.github.io/react-icons)
Expand All @@ -23,4 +40,6 @@ pip install reflex-icons --upgrade
<b>County :</b> 🇮🇳INDIA🇮🇳<br>

<h1>❤️ THANK YOU ❤️</h1><br>
<h3>If this library is useful to you, don't forget to <b>Star ⭐</b> it</h3>
<h3>If this library is useful to you, don't forget to <b>Star ⭐</b> it</h3>


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added reflex_icons/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from setuptools import setup

from pathlib import Path
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
Expand All @@ -8,15 +7,15 @@
name = "reflex-icons",
version = "1.0.0",
author="Saurabh Wadekar [ INDIA ]",
packages=["reflex-icons"],
packages=["reflex_icons"],
license="MIT",
maintainer="Saurabh Wadekar",
maintainer_email="saurabhwadekar420@gmail.com",
keywords=["react icons","icons","reflex-icons","reflex"],
description=" This library provides all icons of React-icons wrapped for ReFlex framework",
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/saurabhwadekar/reflex-icons",
url="https://github.com/saurabhwadekar/Reflex-Icons",
include_package_data=True,
install_requires=[
"reflex",
Expand Down

0 comments on commit 9f99488

Please sign in to comment.