UNPKG

@antmjs/vantui

Version:

一套适用于Taro3及React的vantui组件库

15 lines 331 B
import { style } from '../wxs/utils'; import { addUnit } from '../wxs/add-unit'; function rootStyle(data) { return style({ 'z-index': data.zIndex, top: addUnit(data.top) }); } function notifyStyle(data) { return style({ background: data.background, color: data.color }); } export { rootStyle, notifyStyle };