akiokio / ReactSignupLoginComponent

The React SignupLogin Component is a drop in login/register/forgotPassword component to speed up development.
https://akiokio.github.io/ReactSignupLoginComponent/
MIT License
29 stars 18 forks source link

customization in form #57

Closed ashutoshnjha closed 6 years ago

ashutoshnjha commented 6 years ago

How can I customize the field and buttons? e,g instead of Username I want to have Email Signup => Join us

akiokio commented 6 years ago

@ashutoshnjha you can't yet but that a good idea, I'll try to release a new version today where you can provide your own values to the labels

akiokio commented 6 years ago

@ashutoshnjha happy to inform that as of v1.2.0 the package now accepts custom values to all labels 🎉 : image

ashutoshnjha commented 6 years ago

Thank you Akiokio for the change. It is working at my end. I am a new comer to the react world this change will help us to write any further customization based on my exploration. Thanks a lot for a quicker response.