-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I modify aws-amplify components? #22
Comments
I think the default components are for really basic use cases and provided as examples. If tweaking theme is not enough for you then you have to implement your own custom UI |
Thank you! |
I'm using only web-part currently. But I think the principle is the same. Take a look how react-native UI implemented and make your own basing on example |
hi @oluckyman, Do you have a web-part example of how to customize the Auth UI? |
You can create your own theme ui component and include it on the Authorizer UI Theme Extension |
@mlabieniec @oluckyman All the links here are broken. Do you know where the docs/them extension info lives now? |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
I apply aws-amplify to my project but I want to modify signIn, signUp and other components of aws-amplify.
exactly, when I try to use aws-amplify, I didn't have a choice but to use this view.
The text was updated successfully, but these errors were encountered: