Skip to content

Files

Latest commit

 

History

History
24 lines (17 loc) · 947 Bytes

component-property-interfacing-auto.md

File metadata and controls

24 lines (17 loc) · 947 Bytes
title version revision
Automatic property interfacing strategy for Components
0.1.0
1

Automatic property interfacing strategy for Components

Learn more at support-components

We support automatic property interfacing for Components, which means that we automatically extracts a dynamic property so that you can expect the output component code to be ready to be extended.

This is based on diff checking of master A and instance A', supporting below interfacing

  • text data
  • color on single fill
  • image as src uri on single image fill
  • item spacing
  • margin / padding

Reference