-
Notifications
You must be signed in to change notification settings - Fork 31
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
A source component was not found for component id xxx:xxx #1072
Comments
Hey @OperationalFallacy, the examples in the UI kit are currently not connected to existing primitives and causing the text fields and checkbox to not appear. Please refer to following file providing an example where i imported the primitives for the Login component in the components section. |
Thank you, could you mark the component or leave some note there? I can't see the difference. What's the process to make this higher-level components like login page, footer to work correctly? Should the be re-assembled manually, so-to speak? |
@OperationalFallacy made a visual marker in the figma file, its under If you would like to have a customization on the login, you could use the Amplify UI library authenticator component and customize the it. Please refer to https://ui.docs.amplify.aws/react/connected-components/authenticator/customization |
So when you import this component, does amplify UI work without errors? I still get the import errors when I copy/pasted the example you created. Or it's not supposed to work this way?
Maybe sing-in is not a good example, and I can use imported component. I just don't understand how "complex" components supposed should be imported, like footer, or header. |
@OperationalFallacy when we copy paste a component it will not have a reference to the primitive. you will need to set the reference similar to screenshot provided. |
Oh, I see. That made a trick. I'm a completely newbie in Figma and design, so thank you for helping patiently! |
|
Which Specific Feature is your question related to?
Figma integration
Question
Hi,
How is the Amplify UI Kit organized, specifically the components on the examples page?
Is it possible to import them? I'm getting tons of errors.
Thanks!
Related
#885
The text was updated successfully, but these errors were encountered: