Skip to content

Commit 7cdb95f

Browse files
authored
Merge pull request #1919 from narmi/NDS-2019/button-figma
docs(figma): add code connect setup for button
2 parents b8bff18 + 92bc935 commit 7cdb95f

File tree

9 files changed

+2011
-24
lines changed

9 files changed

+2011
-24
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ src/base-styles/
1717
*.ttf
1818
*.woff
1919
*.woff2
20+
*.figma.tsx

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ build-storybook.log
77

88
# IntelliJ IDEA
99
.idea
10+
.env

figma.config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"codeConnect": {
3+
"include": ["/**/*.{tsx,jsx}"],
4+
"label": "React",
5+
"interactiveSetupFigmaFileUrl": "https://www.figma.com/design/nCjdO761StnkwNZHFmcrUu/Narmi-Design-System-v2?node-id=356-13779&m=dev",
6+
"importPaths": {
7+
"*": "@narmi/design_system"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)