Skip to content

A Figma plugin that simplifies the use of the One Core design system for New Relic designers (internal only).

Notifications You must be signed in to change notification settings

newrelic/one-core-toolbox

Repository files navigation

803c3a7d-ef71-43fa-a53d-432828455793-cover

Table of Contents
  1. About The Project
  2. Getting Started
  3. Demo
  4. Acknowledgements

About the project

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.

Project status

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

Built With

Getting started

Running it locally

  • Run yarn to install dependencies.
  • Run yarn build:watch to start webpack in watch mode.
  • Open 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.

CleanShot 2022-07-12 at 12 40 32@2x

Demo

One.Core.Toolbox.Preview.mov

Acknowledgements

(back to top)