-
Notifications
You must be signed in to change notification settings - Fork 7
Shadows
Mika Berglund edited this page Jan 21, 2020
·
2 revisions
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.
NoneSmallRegularLarge
Read more about the Bootstrap shadow utility.
- Home
- Design Principles
- Getting Started
- Components
- Content
- Layout Components
- Generic Elements
- Utilities
- Releases