Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timthedev07/react-auth-provider-buttons
React button components for "Sign in with ..."
https://github.com/timthedev07/react-auth-provider-buttons
Last synced: 5 days ago
JSON representation
React button components for "Sign in with ..."
- Host: GitHub
- URL: https://github.com/timthedev07/react-auth-provider-buttons
- Owner: timthedev07
- Created: 2022-05-13T14:15:39.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-14T20:04:29.000Z (over 2 years ago)
- Last Synced: 2024-08-09T12:09:57.246Z (5 months ago)
- Language: TypeScript
- Homepage: https://timthedev07.github.io/react-auth-provider-buttons
- Size: 1.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-auth-provider-buttons
### Get Started
```bash
yarn add react-auth-provider-buttons
```### Context to distinguish between dark & light theme
```typescript
// pages/_app.tsx OR app.tsx
import { OAuthButtonProvider } from "react-auth-provider-buttons";
```