Getting Started
Core Concepts
Components
Customization
Layout
Helpers
Utilities
The .shadow
class is used to add shadows to
elements; There are multiple variations for configuring the shadow size, applicable
by using the .shadow-{breakpoint}
classes with values
small, medium and large. Additionally, the .shadow-none
class can be used to disable the shadows.
<div class=class="shadow-none"></div>
<div class=class="shadow"></div>
<div class=class="shadow-sm"></div>
<div class=class="shadow-md"></div>
<div class=class="shadow-lg"></div>