Questions tagged [figma]

Figma is a collaborative interface design / prototyping tool. Programming questions about Figma can be asked here. Questions about the design of, or designing, graphics and interfaces are off-topic on Stack Overflow.

355 questions
1
vote
1 answer

How do I create a random stack of containers in flutter?

see this : - I am trying to replicate this in Flutter but seems impossible Notice how the "Linguistics" pill perfectly fits between healthcare and data science and this : - I tried simple Row/Columns but they had overflow errors Stack/Positioned…
Dhruv
  • 21
  • 4
1
vote
0 answers

What is the error that causes figma.mixed to not be accepted in angular16

I am using angular to create a web app but I keep having this error in every of my CSS code I was using figma.mixed but it keeps wanting me to insert an ) after figma template-new-details-tab { gap: 10px; width: 100%; height: auto; display:…
凯文Beno
  • 55
  • 6
1
vote
0 answers

Figma Api fails to get large files

I am writing a crawler that looks through all the Figma files in a project and finds a certain kind of node. I am using this npm package --> https://www.npmjs.com/package/figma-api which uses the Figma REST API under the hood. Looking at the API…
1
vote
0 answers

Convert Instance or Frame node to Component node through Figma API

is there a way how to convert Instance or Frame node to Component node with Figma API? Through UI it's very easy just right click on element and then Create Component like on screenshot below but I need to do it through Figma API. I found…
delahozzz
  • 33
  • 1
  • 4
1
vote
0 answers

Where is the style definition of the default text area grabber?

I’m designing component in Figma including a text area component. I need to add the resize grabber for accuracy. Whilst I can do this by visual I want to know the real definition for the resize grabber so I can make sure it’s accurate. I’ve been…
1
vote
1 answer

Why can i not access the Figma API token with a http request?

i am trying to acess the figma API using my personal token, but once i make the request it sends a response with the 403 status (forbidden), can someone help me ? I generated a token: My token I am making the request to the following url:…
1
vote
2 answers

making top and bottom border curved in HTML and CSS

I am new to development. In figma design I have a div there where top border and bottom border are curved also there is arch in the center of top border of div. I have tried border radius but it does not give me the look like figma design. Someone…
dishoom
  • 13
  • 3
1
vote
1 answer

Replicating sizing from figma to my css makes everthing larger

I'm a beginner at front end development, i recently joined an early startup as an intern. And I was given a figma design to replicate into a working website. But when I'm copying any size from figma (like padding, margin, etc), the component becomes…
1
vote
0 answers

Integrate figma file to angular material

I have some file generated from figma. A plugin has been used for material design. I have a folder css colors.module.css theme.dark.css theme.ligh.css tokens.css typography.module.css I don't have any information about how to integrate that with…
robert trudel
  • 5,283
  • 17
  • 72
  • 124
1
vote
1 answer

How to create banner image with two different dimensions ( one compatible with mobile and another compatible with laptop) in Figma

I want to create banner image which is compatible in both mobile and laptop view. I want to store banner image with two different dimensions in database and use appropriately for mobile and laptop view. The two images should be same ( ie any of the…
1
vote
1 answer

Supernova.io Hooks

How often is there a check on changes to the source data for the hook to trigger? We've only managed to get it to trigger automatically / instantly once. We've tried deleting and reconnecting the source, trying different sources and making new…
aroni
  • 45
  • 3
1
vote
1 answer

Can't click New/Import UI Packages

I installed Relay plugin for Figma and Android Studio, configured it as in manual. I open Android Studio and can't tap on menu New/Import UI Packages. This button is disabled. Button is disabled I tried to search in web but can't find answer.
Blue Storm
  • 11
  • 2
1
vote
1 answer

adjust layout based on frame size

I am trying to design a prototype for a web page. This web page can be on anything from full screen on a desktop computer to a small cell phone. And so the frame width can vary from 20" wide to 3" wide. Is there a way in Figma to have it move…
David Thielen
  • 28,723
  • 34
  • 119
  • 193
1
vote
1 answer

How to convert Figma to Sketch files?

I need to convert figma files (.fig) to sketch files (.sketch). I am looking fo a free option (convertify and magicul are too expensive for me). The files are not too big. Does anyone know a tool / app / plugin / figma export workflow I could…
Anna Mei
  • 89
  • 3
  • 5
1
vote
1 answer

Unresolved reference: compose in RelayBaseComposable

I tried to import figma designs to Android studio using Relay to Figma tool, but it gave me this error after i fixed my HOME_JAVA problem, which it was telling me that HOME_JAVA invalid directory. this is my code: plugins { id…