🌱 Tim's Dev Wiki

Search IconIcon to open search

Figma

Last updated September 26, 2022.

Figma is a real-time collaborative UI design tool, extremely useful for frontend development.


# Shortcuts

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
v   # Move tool    (same as in Photoshop)
f   # Frame tool
p   # Pen tool
t   # Text tool   
h   # Hand tool
c   # Comment tool

# Panel
alt + 1            # Switch to layers tab
alt + 2            # Switch to assets tab
shift + e          # Quickly toggle betweeen design and prototype tabs

# Layer
ctrl + r           # Rename layer

# Group
ctrl + g           # Creates a group that contains all highlighted elements
ctrl + shift + g   # Ungroup highlighted elements

# Frame
ctrl + alt + g     # Creates a frame that contains all highlighted elements
ctrl + shift + g   # Unframes highlighted elements (same shortcut as ungrouping)

# Component
ctrl + alt + k     # Creates a component that contains all highlighted elements

# Left Panel

# Layers

All your design elements appear in the layers panel and will be nested within other elements such as frames. Each design element has a symbol that tells you what type of element it is:

# Right Panel

# Components

Components are reusable design elements. You can create them from layers, groups and frames.

# Libraries

Libraries are groups of components that can be published or imported.

# Prototyping

Lets you set up interactive logic in presentation mode. Examples of common use cases:

You can create connections between any element and any top-level frame.