Equivalent to box-shadow

Hi,

I’m implementing a design system that has a lot of box-shadow type of styling. Is there an equivalent property in mappView? Are there other ways to achieve the same type of effect?

Best regards,

Jonas Berggren

Hi Jonas,

On some widget in mappView there is a styleable property named “shadow” that should be the box-shadow from css of the widget, here is the “Button” widget help:

And the datatype Shadow is this:

Hope this help!

Regards,
Florent

2 Likes