-
Notifications
You must be signed in to change notification settings - Fork 9
docs: Figma Code Connect and Storybook Theming #1735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
* Test commit * fix: (overview) Modularize and fix broken components * fix: (overview) Modularize and fix broken components
🦋 Changeset detectedLatest commit: 4e62569 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
Size Change: -28 B (-0.01%) Total Size: 529 kB
ℹ️ View Unchanged
|
* feat(figma-connect): filter Alert using variants * feat(figma-connect): filter alert using variants
… code connect completed
…arkly/launchpad-ui into zuzze/feat/figma-connect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@apucacao Agreed! updated it now to align better with the logo. ![]() I think the main font is commercial and I was not able to find exact font match but Antonio suggested using Sohne so did that for now. We can also polish this later if we can get the access to the actual typeface. |
Summary
Preview Link:
https://626696a2018c1f004a1cde86-cjqoutqxph.chromatic.com/?path=/docs/getting-started--docs&globals=theme:dark
Making StoryBook UI aligned with the brand colors
Adding Figma Code Connect for components
.figma.tsx
files will be connected to Figma design system so code snippets can be easily accessed directly in Figma. This is the first version to establish the connection and get basic snippets to Figma. Not all props have been fully wired up yet and will require discussion of best practices with the team. Figma Code connect also helps LLMs to map the Figma to code better and is excellent companion for Figma MCP Server.Adding Figma design links to stories for real-time comparison
Adding component overview page for easier component discovery
Adding better controls for PropsTable
Before: Radio buttons everywhere
After:
Testing approaches