Skip to content

Shadows

Mika Berglund edited this page Jan 21, 2020 · 2 revisions

Shadows

Bootstrap provides an easy way to add shadows to any HTML element. This is exposed by Blazorade Bootstrap through the Shadow parameter on the BootstrapComponentBase base class. This way, shadowing is available on all Blazorade Bootstrap components.

The Shadow parameter is types as the ShadowSize enum type, which defines the following constants.

  • None
  • Small
  • Regular
  • Large

Read more about the Bootstrap shadow utility.

Clone this wiki locally