UNPKG

zent

Version:

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

23 lines (20 loc) 360 B
--- order: 4 zh-CN: title: 同时设置 offsetTop offsetBottom en-US: title: Set offsetTop and offsetBottom --- ```jsx import { Affix, Alert } from 'zent'; ReactDOM.render( <div className="affix-demo-both"> <Affix offsetBottom={150} offsetTop={50}> <Alert type="warning"> <p>{i18n.title}</p> </Alert> </Affix> </div>, mountNode ); ```