react-office-365
v0.1.8
Published
### Installation
Downloads
3
Readme
React Office 365 Auth Component
Installation
npm install --save react-office-365
How To Use
First import this component where you want to use it
import OfficeLogin from "react-office-365"
Then just renders it
<OfficeLogin />
Props
| Prop | Description | Default value | | ------------- | :---------------------------------: | :---------------------: | | clientID* | Application ID returned by Microsft | null | | redirectURL* | Redirect URL specified | null | | text | Sets button's text | Sign in with Office 365 |