I am working on an app that uses forge’s UI Kit, with respect to that i am also using a in house component library that was built on Typescript, when importing this library into my UI kit app i got Module build failed whenever i run forge tunnel
. I am trying to build some wrapper components using UI Kit components within the component library.
Hi @YogeshKantiwal,
When using UI Kit, it is only possible to use the supplied components (you can learn more at https://developer.atlassian.com/platform/forge/ui-kit/overview/)
If you’d like to use additional components, then I would suggest either using a Frame component, or building a Custom UI app.
You can learn more about extending UI kit apps with Frame at https://developer.atlassian.com/platform/forge/extend-ui-with-custom-options/
I hope this explains!
Mel
1 Like