Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayhanadev/replauth-react-component
An extremely simple and beautiful ReplAuth Button to drop into React.
https://github.com/rayhanadev/replauth-react-component
authentication component react react-component repl-it replauth replit
Last synced: about 2 months ago
JSON representation
An extremely simple and beautiful ReplAuth Button to drop into React.
- Host: GitHub
- URL: https://github.com/rayhanadev/replauth-react-component
- Owner: rayhanadev
- License: mit
- Created: 2021-07-23T21:27:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T21:27:49.000Z (over 3 years ago)
- Last Synced: 2024-09-16T00:31:44.235Z (3 months ago)
- Topics: authentication, component, react, react-component, repl-it, replauth, replit
- Language: JavaScript
- Homepage: https://ReplAuth-React-Component.rayhanadev.repl.co
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# replauth-component
An extremely **simple** and **beautiful** ReplAuth Button to drop into React. Comes with
prebuild light and dark theme styles you can toggle easily.## Installation
Install it from npm and include it in your project!
```sh
npm install --save replauth-component
```or:
```sh
yarn add --save replauth-component
```## Usage
Drop the component into your React project!```js
const customCallback = () => {
window.reload();
}class App extends React.Component {
render() {
return (
)
}
}
```See the demo [here](https://ReplAuth-React-Component.rayhanadev.repl.co). (It may take time to load, be patient for me :D)