Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 1.26 KB

Access Design (readonly)

The plugin desing

The design of the plugin user interface. Here, you can find what to develop. figma

The sample design

Sample design is used for evaluating code generation quality check. Both good and bad examples are provided. Link here.

Writing UI codes (React)

If using material-ui, read the following guidelines.

You can also run / inspect / develop the ui on the browser environment without design tools openned. Instructions available at webdev

Project Structure

  • core - core logic container converting reflect node to various target platform code
  • app - shared ui / app library for displaying plugin.
  • figma - figma patform specific codes
  • sketch - sketch patform specific codes
  • zeplin - zeplin platform specific codes
  • xd - xd platform specific codes
  • packages - list of packages used by this project as submodules
    • lint
    • coli
    • flutter builder
    • design sdk
    • ui utils
    • and more!