alexandrtovmach / react-microsoft-login

Microsoft services authorization with React.
https://alexandrtovmach.github.io/react-microsoft-login
MIT License
80 stars 38 forks source link

Can we remove text on the button? #11

Closed banned99 closed 5 years ago

banned99 commented 5 years ago

Hi Development Team,

I really appreciated that you guys implementing this for us.

But can we just include only Microsoft logo? Like a Google button below, or can we custom it?

image

Thanks

alexandrtovmach commented 5 years ago

Hello,

This package based on official Microsoft design, and I wouldn't change it to using bad practices, so my answer - no, here's no way to use custom button.

banned99 commented 5 years ago

Ok thanks anyway :)

alexandrtovmach commented 5 years ago

@banned99

Available in 1.3.0 version

<MicrosoftLogin
  clientId={clientId}
  authCallback={this.loginHandler}
>
  <button className="your-class">Custom button</button>
</MicrosoftLogin>