Control Library
The list of supported Power Apps controls in plugin
Written By Lukas Pavelka
Last updated 16 days ago
The plugin is based on prefixes and suffixes, where every control in Figma with these prefixes represents Power Apps controls.
Supported prefixes
In the plugin you can import or export classic, modern or composed controls from / to Power Apps.
Classic controls
Modern controls
Composed controls
Quick Charts controls
Supported suffixes
In last versions the plugin started to support also suffixes used in a name of every Figma control. Suffixes represent extra functionality for selected controls ready to export into Power Apps, like responsive or fixed dimensions. In future we plan to use more suffering.
Suffix “_res”
The first suffix represents responsive layout for Power Apps. When you put this suffix in naming of your designed screen in Figma, the plugin will recognise in YAML viewer that the screen is responsive and containers + label controls will have dynamic dimensions (Parent.Width/ Parent.Height).

Suffix “_fix”
This suffix means that every control, which has used this suffix in naming, will use in YAML viewer fixed dimensions (width, height).

Suffix “_fw”
This suffix means that every control, which has used this suffix in naming, will use in YAML viewer fixed width dimension. Height will be dynamic.

Suffix “_fh”
This suffix means that every control, which has used this suffix in naming, will use in YAML viewer fixed height dimension. Width will be dynamic.

Suffix “_flex”
This suffix is great to use for controls under parent container (horizontal, vertical). This will be visualised in YAML viewer with property FillPortions = 1.
