Skip to content

Commit f629b89

Browse files
committed
docs: add figma and theme intergration documentation
1 parent e14e7de commit f629b89

File tree

1 file changed

+34
-0
lines changed
  • apps/landing/src/app/(detail)/docs/figma-and-theme-integration/devup-figma-plugin

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
export const metadata = {
2+
title: 'Devup Figma Plugin',
3+
alternates: {
4+
canonical: '/docs/figma-and-theme-integration/devup-figma-plugin',
5+
},
6+
}
7+
8+
# Devup Figma Plugin
9+
10+
Devup UI provides a powerful Figma plugin that enables seamless integration between design and development workflows. The plugin converts Figma layers into Devup UI code snippets and exports design tokens.
11+
12+
### **From Figma Community**
13+
14+
1. Open Figma
15+
2. Go to **Plugins****Browse all plugins**
16+
3. Search for "Devup UI"
17+
4. Click **Open in Figma** on the Devup UI plugin or go to directly [Figma Community page](https://www.figma.com/community/plugin/1412341601954480694).
18+
19+
## Features
20+
21+
### **Layer to Component Conversion**
22+
23+
Convert Figma layers into Devup UI components.
24+
25+
```tsx
26+
// Generated from Figma layer
27+
<Box bg="$primary" borderRadius="8px" color="$text" p="16px">
28+
Button Text
29+
</Box>
30+
```
31+
32+
### **Design Token Export**
33+
34+
Export design tokens from Figma to your `devup.json`.

0 commit comments

Comments
 (0)