Answers for "figma .com"

5

figma

Figma is a digital design and prototyping tool. 
It is a UI and UX design application that you can use it to create websites, apps, or smaller user interface components
that can be integrated into other projects.
Posted by: Guest on February-05-2022
1

figma.com

Icn_Hambuger
Posted by: Guest on October-28-2020
0

figma

others
Posted by: Guest on February-18-2021
0

figma

Sequence
Posted by: Guest on January-12-2021
-3

figma

arrow
Posted by: Guest on February-18-2021
-1

figma documentation

// The ': string[]' is an annotation
let list: string[] = []
for (const node of figma.currentPage.selection) {
  list.push(node.type)
}

// The ': number' are also annotations
function doThing(x: number, str: string) {
  // ...
}
Posted by: Guest on December-19-2020

Browse Popular Code Answers by Language