danielbettech
danielbettech
I resolve it wrapping the component and passing props to the parent.
The solution in my last comment makes the component non reusable. This is my code for the custom component: ``` import { ColorPicker } from 'material-ui-color' function InputControlColor(props) { const...
Hey @shreyanshg18, of course. Go ahead.
@shreyanshg18 You need to modify the banner.css and if needed the index.html in the section with a class of banner.
No problem, let me know if I can help @shreyanshg18
Of course @shreyanshg18 , this video will give you a better understanding on how to find the right projects for you to contribute. [How to find Github Repos to contribute...
Hello, just to know the status of this issue. It's already fixed?
Ok, let me know if you need any help 👍
@shreyanshg18 I'm am taking a git / GitHub course because I'm also very new to contributing to open source project. I highly recommend it. Do you know udemy platform? https://www.udemy.com/share/104c52AkIZdl1R/
@shreyanshg18 Also please see this video. This is how I learned how to fork I repo and synced with the main repo. Try to make a test commit, push and...