A Figma plugin that simplifies the use of the One Core design system for New Relic designers (internal only).
This Figma plugin is an internal resource for New Relic. It’s functionality is closely tied to One Core’s (New Relic’s design system) design tokens, and components. The goal of the project is to take some of the load of utilizing One Core off of the shoulders of New Relic product designers and place it on the shoulders of Figma itself.
The plugin is automatically installed for all Figma users at New Relic. Usage stats for the plugin are tracked in New Relic (staging). These usage stats have often served as the first warning about bugs before users report them.
Feature | Status | Notes |
---|---|---|
Table creator | ✅ Shipped | Will need to be updated when table redesign ships! |
Theme switcher | ✅ Shipped | Token library in plugin needs to be updated regularly |
Color linter | ✅ Shipped | Token library in plugin needs to be updated regularly |
Language linter | ✅ Shipped | Used in the plugin via a language linter NPM package |
yarn
to install dependencies.yarn build:watch
to start webpack in watch mode.Figma
-> Plugins
-> Development
-> New Plugin...
and choose manifest.json
file from this repo.⭐ To change the UI of the plugin (the react code), start editing App.tsx.
⭐ To interact with the Figma API edit controller.ts.
⭐ Read more on the Figma API Overview.
https://user-images.githubusercontent.com/812989/169329176-a1f0ddd1-f2f7-4ba8-ac4a-588f7773b998.mov