# Under the hood of Relay, Android Studio plugin for exporting Figma components to compose - Kevin Schildhorn

DevFeed: [Under the hood of Relay, Android Studio plugin for exporting Figma components to compose - Kevin Schildhorn](<https://devfeed.tech/articles/under-the-hood-of-relay-android-studio-plugin-for-exporting-figma-components-to-compose-kevin-schildhorn-38341.md>)

Original publisher: [Read original article](<https://touchlab.co/under-the-hood-of-relay>)

Published: 2022-11-15T19:45:27Z

Content type: article

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [Figma](<https://devfeed.tech/topics/figma.md>), [Compose](<https://devfeed.tech/topics/compose.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [code](<https://devfeed.tech/tags/code.md>), [components](<https://devfeed.tech/tags/components.md>), [compose](<https://devfeed.tech/tags/compose.md>), [design](<https://devfeed.tech/tags/design.md>), [export](<https://devfeed.tech/tags/export.md>), [figma](<https://devfeed.tech/tags/figma.md>), [plugin](<https://devfeed.tech/tags/plugin.md>)

## AI overview

This article examines how Relay converts Figma components into Compose UI code through its Android Studio plugin. It follows a simple button from Figma export to an imported UI package and discusses the generated files, styles, properties, and fonts. The article notes that Relay is an open-alpha, evolving library and that the observations use version 0.3.00.

## Source excerpt

What's going on under the hood with Relay? Let's go over the process in detail, from Figma to Compose code.