Is there a way to get the css class of a component? I am not really sure how to go about using the Custom CSS Embed component I added to the page. How can I target, say, the Embed HTML component that is already on the page with content in it?
The docs say: “Simply define the class, and then on any element you want, apply the class there.” How do I “apply” the class?
It may be worth mentioning that my Embed HTML component is loading the html content via a data query
I see that the Embed HTML component doesn’t have the HTML Attributes section like other components. Is that intended?
Since you are using a dynamic value like $ctx.airtableData , you can use instead something like: "<div class=\"my-class\">" + $ctx.airtableData + "</div>"