login-cp
v1.0.5
Published
A reusable login component for React
Downloads
8
Readme
My React Library
A simple React login component.
Installation
bash npm install my-react-library
import LoginComponent from 'my-react-library';
const handleLogin = async (username, password) => { // Your login logic here };