ibimina
@ibiminaAll comments
- @ibimina@ibimina
Thanks, will apply changes and see the effect
- @PaliTriesToDesign@ibimina
hello
To check for a valid email address the input type should be set to type="email" yours is set to type="text", also add the required attribute to make sure the form is not submitted without a valid email address
<form class="input"> <input id="email-input" type="email" placeholder="email@example.com" required/> <button id="email-btn">Get Started For Free</button> </form>I hope this helps Regards...
Marked as helpful - @ririchi2
interactive rating component ft. React, TypeScript & StyledComponents
#react#typescript#styled-components@ibiminahello, i can't view your git repository, you to fix your ratings card to submit anly when the submit button is clicked and not to submit when the a ratings number is clicked. cheers
- @Garry028@ibimina
Hello Gaurav Misal, I tried to view your code via your GitHub URL and it keeps saying, page not found kindly check that you uploaded the right url. I previewed your site and the hover state is not for the equilibrium image, the image title and the creator name is not interactive, I would have given suggestion on how to do this but I cant see your code...