You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team and I really like working with the icons that the team have been cooking up!
We are fixing some kind of flutter wrapper over the icons to use in the Flutter platform here. https://github.com/kyeshmz/radix-icons-flutter
Some icons such as switch use a reserved name, commonly used in many programming languages.
Is there some alternative that can be done here?
Material design wraps everything with MD, but was just wondering what would be the case here, maybe something like R5i?
We don't plan on adding any prefixes or suffixes. Our React icon components are exported as SwitchIcon, TextIcon, etc. You could do the same in your package or pick any other prefix/suffix you like.
Will def look into those components!
Seems better to handle all the use cases for each platform, sounds reasonable, thanks.
Will update on this, once it is more presentable
Hi!
My team and I really like working with the icons that the team have been cooking up!
We are fixing some kind of flutter wrapper over the icons to use in the Flutter platform here.
https://github.com/kyeshmz/radix-icons-flutter
Some icons such as
switch
use a reserved name, commonly used in many programming languages.Is there some alternative that can be done here?
Material design wraps everything with MD, but was just wondering what would be the case here, maybe something like R5i?
https://material.io/develop/web/components/switches
The text was updated successfully, but these errors were encountered: