Style prop for component

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:
image

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!

More information on how to use style declarations in this thread:

Without more context, I can't be sure what your actual question is.

1 Like

Thanks Paul!