hello im trying to make a dashboard gadget with a progress bar for jira using forge
i have checked the forge docs and i have only found out that i can use the forge/ui components is that correct? and is there a way to make a progress bar in a forge app?
this is what im trying to make
When programming with Forge, you can use the approach known as "Custom UI". It should give you more freedom to implement controls that may not be available among the pre-built ones.
See: https://developer.atlassian.com/platform/forge/custom-ui/
so forge/ui doesn't have a dedicated progress bar component? i though they had that because of the other default dashboard gadgets has graphs and progress bars?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
UI Kit components are here: https://developer.atlassian.com/platform/forge/ui-kit-components/
If there is no progress bar there (apparently there isn't), then...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.