@elloloop/react-auth
v0.1.0
Published
Authentication UI components for React. Part of [Refraction UI](https://elloloop.github.io/refraction-ui/).
Readme
@elloloop/react-auth
Authentication UI components for React. Part of Refraction UI.
Install
pnpm add @elloloop/react-authUsage
import { LoginForm, SignupForm } from '@elloloop/react-auth'
<LoginForm onSubmit={handleLogin} />
<SignupForm onSubmit={handleSignup} />License
MIT
