Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icebreakers Figma/FigJam widget #6

Open
enriquesanchez opened this issue Jul 29, 2022 · 1 comment
Open

Icebreakers Figma/FigJam widget #6

enriquesanchez opened this issue Jul 29, 2022 · 1 comment

Comments

@enriquesanchez
Copy link
Contributor

enriquesanchez commented Jul 29, 2022

What would we need, and how much time would it take us, to publish the Parabol icebreaker randomizer as a Figma/FigJam widget?

https://help.figma.com/hc/en-us/articles/4410596533143-Make-widgets-for-the-Figma-Community

Widgets are written in JavaScript and uses Figma's plugin API. We recommend using JSX and TypeScript. JSX is more ergonomic for building out how the widget looks, and TypeScript makes it easier to convert JSX to regular JavaScript.

@BartoszJarocki
Copy link
Contributor

I suspect it'd require knowledge of Figma's plugin API, but that's it. Our little app exposes the API to list/generate random icebreaker so you can get whatever you need from Figma's plugin.

https://icebreakers.parabol.co/api/icebreaker/random
https://icebreakers.parabol.co/api/icebreaker/list

given that, all you need to do is call these endpoints in Figma and build the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants