Hello all,
I was looking at how to use style prop for my module. I couldn't find anything about it. I will be very brief.
There is a section in props.json file as
"style": {
"$ref": "urn:ignition-schema:schemas/style-properties.schema.json",
"default": {
"classes": ""
}
}
In ignition we can see like below:
I need this for my component. Otherwise, it is very hard to manage the style for it. How can you manage it? I will be very happy if you help to me, because I am struggling to find a solution.
Thanks in advance!