Developer Preview
Account Settings components are currently in developer preview.
Account Settings components are a set of standalone components that add user management flows to your application with minimal boilerplate.
Account Settings components require end user to be authenticated. You can use the Authenticator
component to add authentication UI to your application.
Quick Start
Step 1. Configure Backend
Account settings components work seamlessly with the Amplify CLI to automatically work with your backend.
First, update @aws-amplify/cli
with npm or yarn
if you're using a version before 6.4.0
:
npm install -g @aws-amplify/cli@latest
Step 2. Install Dependencies
npm install @aws-amplify/ui-react aws-amplify