UNPKG

zent

Version:

一套前端设计语言和基于React的实现

16 lines (15 loc) 426 B
import { prefix } from './prefix'; export var BottomLeft = function (_a) { var relativeRect = _a.relativeRect, cushion = _a.cushion; var left = relativeRect.left, bottom = relativeRect.bottom; var x = left; var y = bottom + cushion; return { style: { position: 'absolute', left: x, top: y, }, className: prefix('position-bottom-left'), }; };