Error: Importing Components from Figma
See original GitHub issueI have a button on figma named ButtonGrey in a frame.
When I call <ButtonGrey />
in Vue it doesn’t show and throws error in the console:
[Vue warn]: Unknown custom element: <ButtonGrey> - did you register the component correctly?
Also, what if I wanted to use a figma frame as a vue component. For example creating a route that points to a figma component, can that be done?
Thanks for the support.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
My files are not opening – Figma Help Center
For example: whenever I import a file from Sketch, I get an error that I have a failed import. Step-by-step instructions on how...
Read more >Imports in Figma design
When you import your Sketch files into Figma, any "Symbols" included in the Sketch file will be converted to Figma Components. The Symbols...
Read more >404 - Failed to import component by key "3:5" - Plugin and ...
I'm very new to Figma Plugin Development and I'm just trying to get a sense of how information flows from code.ts into ui.html...
Read more >Styles not importing - Ask the community
The importing of styles from shared libraries is broken. I've tried with multiple Figma files and with multiple libraries.
Read more >Error when adding a component from a library
Try to unpublish and republish the library that has an error. Unpublishing a library won't break any existing connections with subscribed files.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes. The idea of the design system mode is that you can mix normal VUE with Figma based components. Your idea of using explicit routes is interesting. I have to think about that a little.
Great. Thanks.