Shadows - MikaBerglund/Blazor-Bootstrap GitHub Wiki
Shadows
Bootstrap provides an easy way to add shadows to any HTML element. This is exposed by Blazor Bootstrap through the Shadow parameter on the BootstrapComponentBase base class. This way, shadowing is available on all Blazor Bootstrap components.
The Shadow parameter is types as the ShadowSize enum type, which defines the following constants.
NoneSmallRegularLarge
Read more about the Bootstrap shadow utility.