0.2.4 • Published 5 months ago
ngx-overflow-shadow v0.2.4
NgxOverflowShadow
- A simple Angular directive to be used on any scrollable container for adding a shadow on the top/bottom side of the container.
Demo
A simple usage example can be found under
src/app
directory of this repository.You may also visit the online usage example on https://maormoshe.github.io/OverflowShadowLibrary/
Installation
Download from npm:
npm install ngx-overflow-shadow --save
Import the
NgxOverflowShadowModule
module:import {NgxOverflowShadowModule} from 'ngx-overflow-shadow'
Add
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. |
0.2.4
5 months ago
0.2.3
1 year ago
0.2.2
2 years ago
0.2.1
2 years ago
0.2.0
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago