NgxOverflowShadow is a simple angular directive used in any scrollable container to add a shadow on the top/bottom side of the container.
ngx overflow shadow angular example, mat card hover effect, box shadow in angular, mat toolbar box shadow, mat form field box shadow
Pure CSS Dynamic CSS Box Shadow Generator | zShadows
How to make use of it:
Installation
npm install ngx-overflow-shadow --save
Import the NgxOverflowShadowModule:
import {NgxOverflowShadowModule} from 'ngx-overflow-shadow'
Add a NgxOverflowShadowModule to your module imports:
@NgModule({ ... imports: [ ... NgxOverflowShadowModule ] })
API
Put the ngxOverflowShadow
directive selector on any scrollable container.
Input()
Name | Type | Default | Description |
---|---|---|---|
top | boolean | false | Indicator for top shadow display. |
bottom | boolean | true | Indicator for bottom shadow display. |
shadowStyle | string | 0 0 8px 1px rgba(0, 0, 0, 0.5) | The box-shadow style you want to apply on the top/bottom side of the container. |
Overflow Shadow For Scrollable, NgxOverflowShadow Plugin/Github
See Demo And Download
Official Website(maormoshe): Click Here
This superior jQuery/javascript plugin is developed by maormoshe. For extra Advanced Usages, please go to the official website.