Question regarding Jira forge apps with custom UI

We are creating a forge app for Jira, using the custom UI project page template. We tried using atlaskit (https://atlaskit.atlassian.com/) components, as well as other third party UI libraries. It seems that the CSS is being blocked, for example a default HTML button renders instead of the styled one. Is it not possible to use UI libraries such as atlaskit? Would appreciate getting some clarity on this. #codegeist

1 Like

I don’t know if this helps you at all… Figma UI kits or equivalent for the Forge components? #codegeist #2021 #design

I know it’s late for you, but if you are still up, you can also join these Office Hours in 2 hours.

Also just making sure you saw this page with the step by step tutorial. https://developer.atlassian.com/platform/forge/build-a-custom-ui-app-in-jira/

It’s more than likely due to the default CSP. See https://developer.atlassian.com/platform/forge/custom-ui/ “Inline styles”

2 Likes