nativescript-nbmaterial-elevation
为iOS和Android平台实现的材料提升功能
npm i --save nativescript-nbmaterial-elevation

nbmaterial包的提升实现

该模块在iOS和Android上实现提升。它增强了nativescript的Style/View和背景。这样您可以在DOM元素或CSS中定义“提升”属性。

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

查看所有模块