Interested in a TS migration? #277
sethmbrown
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey - big fan of the project! I have a bit of free time on my hands and wanted to contribute if possible. I had two thoughts on how I might be able to help -
The typing required would be fairly minimal as it seems the icons take in three defined props and spread the rest. Thought it might be a nice selling point to say it's 100% TS - up to you!
Adding support for SolidJS might be an interesting option. As it stands at the moment, the React components cannot directly be used in SolidJS projects. In (a cloned directory, i.e.
icons-solidjs
) the component files, removing the React import and changing the multi-word props from snake-case to camelCase appears (initially) to be the only changes required. This may also help with Svelte support (per an open request) though I haven't tested that just yet. This would be in addition to theicons-react
directory, not changing those files.Let me know your thoughts, would love to contribute if possible. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions