Package Exports
- react-appwrite-auth-ui
- react-appwrite-auth-ui/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-appwrite-auth-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-uiWith 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 .