Link

a HTML tag

Overview

Every element in your project with a navigation prototype is rendered as a link component by the Uncodie compiler

Setup

  1. Select the layer or element you want to render as a link in Figma

  2. In the plugin navigate to the Component section

  3. Set the type to link

  4. Optionally set the attributes of the component

  5. Compile and publish your project

Usage

Select this component to render an a element in your HTML DOM.

Rendered Element

<a> ... </a>

Last updated

Was this helpful?