Custom_Component reflex-simpleicons #2825
Replies: 3 comments 4 replies
-
I update, I'm making progress. I have looked at how the Lucide icons are programmed and I think it will look good. Suggestions are accepted. |
Beta Was this translation helpful? Give feedback.
-
I have updated the custom component and the information in the github repository. If you want to try it, it is now available on Pypi. I hope you like it. |
Beta Was this translation helpful? Give feedback.
-
I wanted to create a dynamic demo website where the user enters a name in an input field and a logo is generated below it. I am currently testing it and I am unable to pass the "str" value to the simpleicons component. It passes the object instead and errors are thrown. Could someone guide me? Thank you very much.
|
Beta Was this translation helpful? Give feedback.
-
Hello, although the icons on lucide.dev are fantastic, I was missing SVGs of the main brands. So I found this fantastic website https://simpleicons.org/ where most of the icons of major brands are available in SVG format. There's a React module, and I've used it with "wrap" and it works perfectly. So I've decided to create a custom component, but I need help.
The little code that I've understood is in: https://github.com/cllatser/reflex-simpleicons
What I would like to know:
tag="SiMicrosoft"
And I want the user, when entering "microsoft", to convert it to the correct format.Beta Was this translation helpful? Give feedback.
All reactions