-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a typescript version of an existing component #70
Comments
@the-halfbloodprince I created a PR for creating a button tsx component, please take a look |
Hello, I would like to contribute but I am a complete beginner, could I still be able to contribute in this issue? |
Yes @Yugal41735 we would love to have your contribution. The goal is to have the work done irrespective of who you are or how much you know. 😊😊 |
Thank u. 😊, So could u like elaborate a little what i had to do, and I am willing to learn, so if u know some resouces from where i could learn and contribute in this issue, it would be great. |
Depends on what you want to contribute to, for this issue you might look up about typescript and probably learn how to convert jsx components to tax... Just google it |
Could u tell me which components I have to convert from jsx to tsx. |
@Yugal41735 you can pick any component you want out of the ones present in the src/components folder |
@anil-muraleedharan I’m also getting the same issue |
Sorry guys, let me have a look myself. Hold on till then. |
@anil-muraleedharan , @Pravitha-o-p take a look now, fixed it in #75 . Do let me know if it's working for you. |
@the-halfbloodprince |
Created AppBar typescript file. Issue #70
@the-halfbloodprince |
Created Badge typescript. issue #70
Created Backdrop typescript file. Issue #70
Add a typescript version of an existing component in the same folder.
Since there are multiple components already, multiple individuals can participate in it and take any component you would like to convert.
The text was updated successfully, but these errors were encountered: