Hi !
Is it possible to use a component from another project’s library and edit it in my current projet ?
Here’s my use case :
- I made a login page in project01 (with all the necessary validation, buttons, etc. (using supabase))
- I created a login component with the primary form container of that login page
- Within projet02, I add the Library of project01.
- I create a new login page and put the login component inside it.
- All the buttons, text and validation are some random default values
- I can’t select my component and go to the edit component page in order to fix it.
What would be the proper usage ? Am I doing something wrong or are components really just usable within the same project ?
All inputs welcome. Thanks