When specifying a Custom Tag, parabeac will create a file for the developer to enter their custom logic. Therefore, parabeac will create a simple template for the developer to use.
Take the following Figma sample:
As seen above, we have two components with the <custom>
label.
Specifically, we'll focus on plusbutton<custom>
. When exported, the file name will be plusbutton_custom.dart
. The contents of the file will be as follows:
A similar template will be exported for minusbutton<custom>
: