1.0.1 • Published 6 years ago

nativescript-nbmaterial-elevation v1.0.1

Weekly downloads
4
License
Apache-2.0
Repository
-
Last release
6 years ago

Elevation implementation for nbmaterial packages

The module implement elevation on both iOS and Android. It augments nativescript Style/View and background. This way you can define "elevation" property on DOM elements or in CSS.

interface Style {
        elevation: number;
    }
interface Background {
        elevation: number;
    }
interface View {
        elevation: number;
        getElevationDefault(): number;
        setElevationNative(back: Background);
    }

See all modules here