Robert Lin
Robert Lin
Customizations made on a root level function such as `Stage()` should propagate down to children, even if the child is a component replacement.
Create a plugin to input data to component sets for scalable ui. Add support to parse this additional data from Figma files into a DCF file so that it can...
The `setRawResource()` API allows you to load a `.dcf` file from a raw resource instead of from assets. However, if this is done, and then the resource is dynamically changed...
- Plugin to add scalable UI data - Proto and Figma schema changes to parse and store the data - Functions to enable live update from non-compose app - Store...
Moving forward, protobuf changes should not break backward compatibility of loading old dcf files. Add some tests to ensure old dcf files still load after protobuf changes. This would entail...
Test creation of a component library using DesignCompose. Use some designs from https://www.figma.com/community/file/1035203688168086460/material-3-design-kit
The Dials & Gauges plugin allows you to set a node as a progress bar or progress indicator. However, there are many use cases where you want both to function...
This likely does not need any code changes and is a ticket to track the exploration of this feature. To achieve rounded corners, we can probably just specify the rounded...
This can be a couple of different ways. We can specify the insets in the plugin UI, or directly in Figma by defining some rules such as defining up to...