Hi, I have been migrating the whole React Bootstrap over to Plasmic as Code Components and I am very impressed with how flexible and powerful Plasmic is.
While start using my Code Component, I realized that I could not add HTML Attributes to Code Component like how we can add HTML Attributes
to Plasmic built in components like HBox, VBox…
Is there a built-in way to add HTML Attributes
(attrs
) to the Code Component today?
For example, with my React Bootstrap Button code component, it does not make sense for me to add a bunch of HTML Attributes props to it manually.
Thanks