alexandrtovmach/react-twitter-login

How to add custom butttom

Closed this issue · 4 comments

How to add custom butttom

@AbdurRahamanAR Currently is there no way. I'll mark it as a feature request and implement in a few days, or if you'd like to make PR I'm ready to review it

I am a junior developer. But i will try

@AbdurRahamanAR Thank you for effort, but I'm already implemented =) Just had a few free minutes

It's available in v1.1.1:

  1. Update package npm i react-twitter-login@latest
  2. Use it:
<TwitterLogin>
{/* code of your custom button */}
</TwitterLogin>

Thank's a lot