Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ..."

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";
```