Press "Enter" to skip to content

Displaying A Shadow On The Top/Bottom Side Of The Container | NgxOverflowShadow

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()

NameTypeDefaultDescription
topbooleanfalseIndicator for top shadow display.
bottombooleantrueIndicator for bottom shadow display.
shadowStylestring0 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.

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *