react-appwrite-auth-ui
v1.2.1
Published
A react component library for authentication with appwrite
Downloads
9
Maintainers
Readme
What is React Appwrite Auth UI 🤔?
React appwrite Auth UI is a set of highly customizable React components that uses the Appwrite SDK to communicate with the Appwrite backend and provide a simple way to use the Appwrite authentication services like signin with email ,anonymous signin , sign in with magic link, etc .
Why use React Appwrite Auth UI 🫤?
- Using components from our library is lot easier and faster than writing your own components with logic from scratch .
- React Appwrite Auth UI library consists of well tested and documented component with easy to use API .
- Components in React Appwrite Auth UI are well styled with pink Design .
- The npm package ships with typedefinitions .
How to install React Appwrite Auth UI ⚙️ ?
In you React App install npm package from terminal by running command:
With NPM
npm install appwrite @appwrite.io/pink react-appwrite-auth-ui
With Yarn
yarn add appwrite @appwrite.io/pink react-appwrite-auth-ui
Resources ⚡
Read a blog on how to build a Positive Quotes Web App with React Appwrite Auth UI .
Checkout the official documentation for more information about the library .